mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
don't bind the-last-stack in repl.scm
* module/system/repl/repl.scm (start-repl): Don't bind the-last-stack.
This commit is contained in:
parent
4c5412a288
commit
a0d57eedfa
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@
|
|||
(*debug-input-port*
|
||||
(or (fluid-ref *debug-input-port*) (current-input-port)))
|
||||
(*debug-output-port*
|
||||
(or (fluid-ref *debug-output-port*) (current-output-port)))
|
||||
(the-last-stack #f))
|
||||
(or (fluid-ref *debug-output-port*) (current-output-port))))
|
||||
(let prompt-loop ()
|
||||
(let ((exp (prompting-meta-read repl)))
|
||||
(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue