From: Gerd Moellmann Date: Wed, 2 Aug 2000 20:16:22 +0000 (+0000) Subject: (read_char_minibuf_menu_prompt): Add new parameter X-Git-Tag: emacs-pretest-21.0.90~2523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efff6e49a9e19b413fa91f08e87c69699237395d;p=emacs.git (read_char_minibuf_menu_prompt): Add new parameter in call to Fsingle_key_description. --- 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];