1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00

* boot-9.scm (readline-options, readline-enable, readline.disable,

readline-set!: New options interface.
This commit is contained in:
Mikael Djurfeldt 1998-11-09 14:26:47 +00:00
parent fc4c5795b4
commit e586be785c
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1998-11-09 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* boot-9.scm (readline-options, readline-enable, readline.disable,
readline-set!: New options interface.
1998-11-05 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* boot-9.scm: Set the repl start module in `top-repl' instead of

View file

@ -2275,6 +2275,10 @@
(print-options-interface
(print-options print-enable print-disable)
(print-set!))
(readline-options-interface
(readline-options readline-enable readline-disable)
(readline-set!))
))
(option-name car)
(option-value cadr)