mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 15:10:29 +02:00
* boot-9.scm (readline-options, readline-enable, readline.disable,
readline-set!: New options interface.
This commit is contained in:
parent
fc4c5795b4
commit
e586be785c
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue