projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb7a23
)
; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 21 Mar 2024 20:12:40 +0000
(22:12 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 21 Mar 2024 20:12:40 +0000
(22:12 +0200)
lisp/keymap.el
patch
|
blob
|
history
diff --git
a/lisp/keymap.el
b/lisp/keymap.el
index 065c59da74c930718be9a001b834b8ae76717642..4bdf65d39fabdd254299e3c47355c2d4a23dfff5 100644
(file)
--- a/
lisp/keymap.el
+++ b/
lisp/keymap.el
@@
-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))