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

* emacs.scm (emacs-load): Adjust stack narrowing.

This commit is contained in:
Mikael Djurfeldt 1997-08-20 17:42:15 +00:00
parent 555f21d8bd
commit eb7ec1e820
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
Wed Aug 20 13:21:11 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* emacs.scm (emacs-load): Adjust stack narrowing.
* syncase.scm: Also turn off debugging evaluator and recording of
procedure names during loading of psyntax.pp.

View file

@ -148,7 +148,7 @@
'()))
((eq? key 'exit))
(else
(save-stack)
(save-stack 2)
(catch 'end-of-chunk
(lambda ()
(let loop ()