aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index dc9bcd7f4f3..330eef60c1e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7479,7 +7479,7 @@ parse_menu_item (item, notreal, inmenubar)
7479 newcache = chkcache; 7479 newcache = chkcache;
7480 if (chkcache) 7480 if (chkcache)
7481 { 7481 {
7482 tem = Fkey_description (tem); 7482 tem = Fkey_description (tem, Qnil);
7483 if (CONSP (prefix)) 7483 if (CONSP (prefix))
7484 { 7484 {
7485 if (STRINGP (XCAR (prefix))) 7485 if (STRINGP (XCAR (prefix)))
@@ -9878,7 +9878,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
9878 int count = SPECPDL_INDEX (); 9878 int count = SPECPDL_INDEX ();
9879 9879
9880 record_unwind_protect (pop_message_unwind, Qnil); 9880 record_unwind_protect (pop_message_unwind, Qnil);
9881 binding = Fkey_description (bindings); 9881 binding = Fkey_description (bindings, Qnil);
9882 9882
9883 newmessage 9883 newmessage
9884 = (char *) alloca (SCHARS (SYMBOL_NAME (function)) 9884 = (char *) alloca (SCHARS (SYMBOL_NAME (function))