From deb68fa05b1f7f78168f3516804427cb952d221c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 19 Oct 2020 01:05:43 +0200 Subject: [PATCH 2/2] Set text-scale-mode-header-line in tabulated-list-mode * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Set text-scale-mode-header-line to a non-nil value. (Bug#41852) --- lisp/emacs-lisp/tabulated-list.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el index b13f609f88..2f7899ec51 100644 --- a/lisp/emacs-lisp/tabulated-list.el +++ b/lisp/emacs-lisp/tabulated-list.el @@ -761,6 +761,7 @@ tabulated-list-mode (setq-local revert-buffer-function #'tabulated-list-revert) (setq-local glyphless-char-display (tabulated-list-make-glyphless-char-display-table)) + (setq-local text-scale-mode-header-line t) ;; Avoid messing up the entries' display just because the first ;; column of the first entry happens to begin with a R2L letter. (setq bidi-paragraph-direction 'left-to-right) -- 2.28.0