]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_char_minibuf_menu_prompt): Add new parameter
authorGerd Moellmann <gerd@gnu.org>
Wed, 2 Aug 2000 20:16:22 +0000 (20:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 2 Aug 2000 20:16:22 +0000 (20:16 +0000)
in call to Fsingle_key_description.

src/keyboard.c

index dc70a3de70daa33243e2acb927c0d86ac7c9043d..6d30fbcc2aaeac53345a9620467cd456f1947f79 100644 (file)
@@ -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];