Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.829 emacs/src/keyboard.c:1.830
*** emacs/src/keyboard.c:1.829 Fri Jun 10 02:26:58 2005
--- emacs/src/keyboard.c Fri Jun 17 14:06:22 2005
***************
*** 2616,2621 ****
--- 2616,2624 ----
if (_setjmp (local_getcjmp))
{
+ /* We must have saved the outer value of getcjmp here,
+ so restore it now. */
+ restore_getcjmp (save_jump);
XSETINT (c, quit_char);
internal_last_event_frame = selected_frame;
Vlast_event_frame = internal_last_event_frame;
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs