mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * src/keyboard.c (Finsert_special_event): Fix quotes.
This commit is contained in:
parent
df60bad165
commit
a8da2d20d0
|
|
@ -12100,7 +12100,7 @@ Only 'input_event' slots KIND and ARG are set. */)
|
|||
CHECK_CONS (event);
|
||||
if (NILP (access_keymap
|
||||
(get_keymap (Vspecial_event_map, 0, 1), event, 0, 0, 1)))
|
||||
/* FIXME: Remove this check. Since `special-event-map` may change
|
||||
/* FIXME: Remove this check. Since 'special-event-map' may change
|
||||
between now and the moment we process the event, this check is
|
||||
unreliable, and it's redundant anyway since we check below
|
||||
if EVENT is one of the supported ones. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue