Mercurial > emacs
diff src/keyboard.c @ 47392:734e6dc4caf1
(Fexecute_extended_command): Use pop_message_unwind.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 11 Sep 2002 01:58:54 +0000 |
| parents | 28bab21524d4 |
| children | e6806bc4402e |
line wrap: on
line diff
--- a/src/keyboard.c Wed Sep 11 01:58:22 2002 +0000 +++ b/src/keyboard.c Wed Sep 11 01:58:54 2002 +0000 @@ -9537,7 +9537,7 @@ 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
