emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Fri, 17 Jun 2005 10:06:23 -0400

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]