mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-05 15:10:27 +02:00
(top-repl): Use "1" instead of "%deliver-signals" to limit the signal
stack.
This commit is contained in:
parent
61c95a4992
commit
f823f7e774
1 changed files with 1 additions and 1 deletions
|
@ -2872,7 +2872,7 @@
|
|||
;; Make a backup copy of the stack
|
||||
(fluid-set! before-signal-stack
|
||||
(fluid-ref the-last-stack))
|
||||
(save-stack %deliver-signals)
|
||||
(save-stack 1)
|
||||
(scm-error 'signal
|
||||
#f
|
||||
msg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue