summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 7552378a781..0394a333b44 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -3377,7 +3377,7 @@ only unbound fallback disabled is downcasing of the last event."
nil nil t)))
(key (aref keys 0)))
(if (and (> (length keys) 1)
- (memq key '(mode-line header-line
+ (memq key '(mode-line header-line tab-line
left-fringe right-fringe)))
(aref keys 1)
key)))