mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(read_char_x_menu_prompt): Don't check for value = nil
if value was originally a cons.
This commit is contained in:
parent
e48087b7e2
commit
1c90c3813f
@ -3845,7 +3845,7 @@ read_char_x_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
|
||||
= nconc2 (XCONS (value)->cdr, unread_command_events);
|
||||
value = XCONS (value)->car;
|
||||
}
|
||||
if (NILP (value))
|
||||
else if (NILP (value))
|
||||
value = Qt;
|
||||
if (used_mouse_menu)
|
||||
*used_mouse_menu = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user