mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-05 15:10:27 +02:00
* boot-9.scm: Added new run-time option interface eval-options.
This commit is contained in:
parent
ac67270dcf
commit
16b8ebbe81
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
1998-03-30 Mikael Djurfeldt <mdj@nada.kth.se>
|
||||||
|
|
||||||
|
* boot-9.scm: Added new run-time option interface eval-options.
|
||||||
|
|
||||||
1998-03-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
1998-03-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* boot-9.scm (remove-hook!): New macro. (Thanks to Maciej
|
* boot-9.scm (remove-hook!): New macro. (Thanks to Maciej
|
||||||
|
|
|
@ -2223,7 +2223,11 @@
|
||||||
|
|
||||||
;;; {Run-time options}
|
;;; {Run-time options}
|
||||||
|
|
||||||
((let* ((names '((debug-options-interface
|
((let* ((names '((eval-options-interface
|
||||||
|
(eval-options eval-enable eval-disable)
|
||||||
|
(eval-set!))
|
||||||
|
|
||||||
|
(debug-options-interface
|
||||||
(debug-options debug-enable debug-disable)
|
(debug-options debug-enable debug-disable)
|
||||||
(debug-set!))
|
(debug-set!))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue