From: Richard M. Stallman Date: Wed, 11 Sep 2002 01:58:54 +0000 (+0000) Subject: (Fexecute_extended_command): Use pop_message_unwind. X-Git-Tag: ttn-vms-21-2-B4~13248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65efd7daf6a5ee431a1d883750cbaaa26e2ee818;p=emacs.git (Fexecute_extended_command): Use pop_message_unwind. --- diff --git a/src/keyboard.c b/src/keyboard.c index 76101090d4c..b409439a993 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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