aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-08-02 20:16:22 +0000
committerGerd Moellmann <[email protected]>2000-08-02 20:16:22 +0000
commitefff6e49a9e19b413fa91f08e87c69699237395d (patch)
treeb39e3d15c973bec6743b3cd264a5e9b71c1d51ba /src
parent675d51309049637ae99c912cbc1a0db0dfb5d543 (diff)
(read_char_minibuf_menu_prompt): Add new parameter
in call to Fsingle_key_description.
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 dc70a3de70..6d30fbcc2a 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7347,7 +7347,7 @@ read_char_minibuf_menu_prompt (commandflag, nmaps, maps)
char_matches = (XINT (upcased_event) == XSTRING (s)->data[0]
|| XINT (downcased_event) == XSTRING (s)->data[0]);
if (! char_matches)
- desc = Fsingle_key_description (event);
+ desc = Fsingle_key_description (event, Qnil);
tem
= XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];