From 19ae8e43b43305c69d4167fdb22bf7cbec96085b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 19 Jul 2025 12:39:33 +0200 Subject: [PATCH] ; * lisp/tab-line.el (tab-line-exclude-buffers): missing backslash (cherry picked from commit ce90f00feceb64f2dde9a4b4997b9e71a2d52387) --- lisp/tab-line.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tab-line.el b/lisp/tab-line.el index 636b217ada8..af87d49d9d7 100644 --- a/lisp/tab-line.el +++ b/lisp/tab-line.el @@ -1260,7 +1260,7 @@ see). You can include multiple conditions, for example: To exclude multiple modes and buffer names: - \='(or \"\\*eshell\\*\" + \\='(or \"\\*eshell\\*\" (derived-mode completion-list-mode eshell-mode term-mode -- 2.39.5