mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)
This commit is contained in:
parent
afb7a23e7b
commit
e95a862226
@ -260,7 +260,7 @@ returned by \\[describe-key] (`describe-key')."
|
||||
(setq word (concat (match-string 1 word)
|
||||
(match-string 3 word)))
|
||||
(not (string-match
|
||||
"\\<\\(NUL\\|RET\\|LFD\\|ESC\\|SPC\\|DEL\\)$"
|
||||
"\\<\\(NUL\\|RET\\|LFD\\|TAB\\|ESC\\|SPC\\|DEL\\)$"
|
||||
word))))
|
||||
(setq key (list (intern word))))
|
||||
((or (equal word "REM") (string-match "^;;" word))
|
||||
|
Loading…
Reference in New Issue
Block a user