From efff6e49a9e19b413fa91f08e87c69699237395d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 2 Aug 2000 20:16:22 +0000 Subject: [PATCH] (read_char_minibuf_menu_prompt): Add new parameter in call to Fsingle_key_description. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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]; -- 2.39.2