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 dc70a3de70d..6d30fbcc2aa 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7347,7 +7347,7 @@ read_char_minibuf_menu_prompt (commandflag, nmaps, maps)
7347 char_matches = (XINT (upcased_event) == XSTRING (s)->data[0] 7347 char_matches = (XINT (upcased_event) == XSTRING (s)->data[0]
7348 || XINT (downcased_event) == XSTRING (s)->data[0]); 7348 || XINT (downcased_event) == XSTRING (s)->data[0]);
7349 if (! char_matches) 7349 if (! char_matches)
7350 desc = Fsingle_key_description (event); 7350 desc = Fsingle_key_description (event, Qnil);
7351 7351
7352 tem 7352 tem
7353 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ]; 7353 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];