aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-09-11 01:58:54 +0000
committerRichard M. Stallman <[email protected]>2002-09-11 01:58:54 +0000
commit65efd7daf6a5ee431a1d883750cbaaa26e2ee818 (patch)
tree209778e9a98d2d39c330c36830bef9e1ea8f6c7d /src/keyboard.c
parentc55b0da6b8b1da970a1848e484f32878fdd7b2bc (diff)
(Fexecute_extended_command): Use pop_message_unwind.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 76101090d4..b409439a99 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