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

(top-repl): Use "1" instead of "%deliver-signals" to limit the signal

stack.
This commit is contained in:
Marius Vollmer 2002-10-04 13:09:30 +00:00
parent 61c95a4992
commit f823f7e774

View file

@ -2872,7 +2872,7 @@
;; Make a backup copy of the stack ;; Make a backup copy of the stack
(fluid-set! before-signal-stack (fluid-set! before-signal-stack
(fluid-ref the-last-stack)) (fluid-ref the-last-stack))
(save-stack %deliver-signals) (save-stack 1)
(scm-error 'signal (scm-error 'signal
#f #f
msg msg