emacs-31 a8da2d20d07: ; * src/keyboard.c (Finsert_special_event): Fix quotes.
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit a8da2d20d0767a7aff5df4f16a163572f57cd254 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; * src/keyboard.c (Finsert_special_event): Fix quotes. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 0c6c36319b3..b1d14ef1a25 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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. */