* lisp/subr.el (read-key): Add 'tab-line' (bug#76408).

Backport:
(cherry picked from commit 0c8abe8bb5)
This commit is contained in:
Jared Finder 2025-02-19 09:41:44 +02:00 committed by Juri Linkov
parent 62b3d3136f
commit dbae1fc69f

View file

@ -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)))