1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00

* boot-9.scm: Added new run-time option interface eval-options.

This commit is contained in:
Mikael Djurfeldt 1998-03-30 21:07:52 +00:00
parent ac67270dcf
commit 16b8ebbe81
2 changed files with 9 additions and 1 deletions

View file

@ -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>
* boot-9.scm (remove-hook!): New macro. (Thanks to Maciej

View file

@ -2223,7 +2223,11 @@
;;; {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-set!))