mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 23:10:21 +02:00
* readline.scm (readline-port): Use readline-options-interface.
This commit is contained in:
parent
b3a941b9f3
commit
6162a00d07
2 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
1998-11-09 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
1998-11-10 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
* boot-9.scm (readline-options, readline-enable, readline.disable,
|
* boot-9.scm (readline-options, readline-enable, readline.disable,
|
||||||
readline-set!: New options interface.
|
readline-set!: New options interface.
|
||||||
|
|
||||||
|
* readline.scm (readline-port): Use readline-options-interface.
|
||||||
|
|
||||||
1998-11-05 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
1998-11-05 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
* boot-9.scm: Set the repl start module in `top-repl' instead of
|
* boot-9.scm: Set the repl start module in `top-repl' instead of
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
(define-public readline-port
|
(define-public readline-port
|
||||||
(let ((do (lambda (r/w)
|
(let ((do (lambda (r/w)
|
||||||
(if (memq 'history-file (read-options-interface))
|
(if (memq 'history-file (readline-options-interface))
|
||||||
(r/w (or (getenv history-variable)
|
(r/w (or (getenv history-variable)
|
||||||
history-file))))))
|
history-file))))))
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue