mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 07:50:20 +02:00
Adjustment of load-stack selection.
This commit is contained in:
parent
c27659c87d
commit
fdd649e1bf
1 changed files with 1 additions and 1 deletions
|
@ -2056,7 +2056,7 @@
|
|||
((eq? (stack-id #t) 'repl-stack)
|
||||
(set! the-last-stack (make-stack #t save-stack eval)))
|
||||
((eq? (stack-id #t) 'load-stack)
|
||||
(set! the-last-stack (make-stack #t save-stack primitive-load)))
|
||||
(set! the-last-stack (make-stack #t save-stack gsubr-apply)))
|
||||
(else (set! the-last-stack #f)))
|
||||
(apply throw key args))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue