summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/tabulated-list.el
diff options
context:
space:
mode:
authorYuuki Harano <masm+github@masm11.me>2020-11-29 02:12:15 +0900
committerYuuki Harano <masm+github@masm11.me>2020-11-29 02:12:15 +0900
commitd46a223d8595e8edb67c6361033625797503cacf (patch)
treecf7e27daa93bfd05663dbbb2555b4682843ed40f /lisp/emacs-lisp/tabulated-list.el
parent62abc054041a592ca617ab228d61469dd7923a3f (diff)
parent769dc33df7ec9ac81aa52c336d2a61c32ddbd50f (diff)
downloademacs-d46a223d8595e8edb67c6361033625797503cacf.tar.gz
emacs-d46a223d8595e8edb67c6361033625797503cacf.tar.bz2
emacs-d46a223d8595e8edb67c6361033625797503cacf.zip
Merge branch 'master' into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/tabulated-list.el')
-rw-r--r--lisp/emacs-lisp/tabulated-list.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el
index 30577679f24..ae3ed055c5d 100644
--- a/lisp/emacs-lisp/tabulated-list.el
+++ b/lisp/emacs-lisp/tabulated-list.el
@@ -767,6 +767,7 @@ as the ewoc pretty-printer."
(setq-local revert-buffer-function #'tabulated-list-revert)
(setq-local glyphless-char-display
(tabulated-list-make-glyphless-char-display-table))
+ (setq-local text-scale-remap-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)