mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
* readline.scm: Typo in regex module name.
This commit is contained in:
parent
edd9ac213c
commit
4ffd142c03
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1998-06-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* readline.scm: Typo in regex module name.
|
||||
|
||||
1998-06-13 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||
|
||||
* readline.scm (apropos-completion-function): regexp-quote text to
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
(define-module (ice-9 readline)
|
||||
:use-module (ice-9 session)
|
||||
:use-module (ice-9 regexp))
|
||||
:use-module (ice-9 regex))
|
||||
|
||||
;;; MDJ 980513 <djurfeldt@nada.kth.se>:
|
||||
;;; There should probably be low-level support instead of this code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue