summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/keymap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/keymap.el b/lisp/keymap.el
index 065c59da74c..4bdf65d39fa 100644
--- 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))