aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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_
9537 int message_p = push_message (); 9537 int message_p = push_message ();
9538 int count = SPECPDL_INDEX (); 9538 int count = SPECPDL_INDEX ();
9539 9539
9540 record_unwind_protect (push_message_unwind, Qnil); 9540 record_unwind_protect (pop_message_unwind, Qnil);
9541 binding = Fkey_description (bindings); 9541 binding = Fkey_description (bindings);
9542 9542
9543 newmessage 9543 newmessage