From 0c8abe8bb5072c46a93585cb325c249f85f3d9c2 Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Wed, 19 Feb 2025 09:41:44 +0200 Subject: [PATCH] * lisp/subr.el (read-key): Add 'tab-line' (bug#76408). --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index fc438832340..e9b49ae5376 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3448,7 +3448,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)))