]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_extended_command): Use pop_message_unwind.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 01:58:54 +0000 (01:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 01:58:54 +0000 (01:58 +0000)
src/keyboard.c

index 76101090d4c122af5b12f70cddd38143f6843c1a..b409439a9930c6b118bce6139c1b100287c5f851 100644 (file)
@@ -9537,7 +9537,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
          int message_p = push_message ();
          int count = SPECPDL_INDEX ();
 
-         record_unwind_protect (push_message_unwind, Qnil);
+         record_unwind_protect (pop_message_unwind, Qnil);
          binding = Fkey_description (bindings);
 
          newmessage