diff options
| author | Gerd Moellmann | 2000-08-02 20:16:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-02 20:16:22 +0000 |
| commit | efff6e49a9e19b413fa91f08e87c69699237395d (patch) | |
| tree | b39e3d15c973bec6743b3cd264a5e9b71c1d51ba | |
| parent | 675d51309049637ae99c912cbc1a0db0dfb5d543 (diff) | |
| download | emacs-efff6e49a9e19b413fa91f08e87c69699237395d.tar.gz emacs-efff6e49a9e19b413fa91f08e87c69699237395d.zip | |
(read_char_minibuf_menu_prompt): Add new parameter
in call to Fsingle_key_description.
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 7347 | char_matches = (XINT (upcased_event) == XSTRING (s)->data[0] | 7347 | char_matches = (XINT (upcased_event) == XSTRING (s)->data[0] |
| 7348 | || XINT (downcased_event) == XSTRING (s)->data[0]); | 7348 | || XINT (downcased_event) == XSTRING (s)->data[0]); |
| 7349 | if (! char_matches) | 7349 | if (! char_matches) |
| 7350 | desc = Fsingle_key_description (event); | 7350 | desc = Fsingle_key_description (event, Qnil); |
| 7351 | 7351 | ||
| 7352 | tem | 7352 | tem |
| 7353 | = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ]; | 7353 | = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ]; |