changeset 30558:6e586164e039

(read_char_minibuf_menu_prompt): Add new parameter in call to Fsingle_key_description.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 02 Aug 2000 20:16:22 +0000
parents 5056adb52e97
children 16a291eedbd8
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Aug 02 20:15:51 2000 +0000
+++ b/src/keyboard.c	Wed Aug 02 20:16:22 2000 +0000
@@ -7347,7 +7347,7 @@
 		  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];