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: Tue, 10 Sep 2002 21:58:54 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.706 emacs/src/keyboard.c:1.707
*** emacs/src/keyboard.c:1.706  Mon Sep  9 18:33:36 2002
--- emacs/src/keyboard.c        Tue Sep 10 21:58:54 2002
***************
*** 9537,9543 ****
          int message_p = push_message ();
          int count = SPECPDL_INDEX ();
  
!         record_unwind_protect (push_message_unwind, Qnil);
          binding = Fkey_description (bindings);
  
          newmessage
--- 9537,9543 ----
          int message_p = push_message ();
          int count = SPECPDL_INDEX ();
  
!         record_unwind_protect (pop_message_unwind, Qnil);
          binding = Fkey_description (bindings);
  
          newmessage




reply via email to

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