]> git.eshelyaron.com Git - emacs.git/commit
Make text-scale-mode optionally adjust the header line
authorStefan Kangas <stefan@marxist.se>
Wed, 25 Nov 2020 02:03:48 +0000 (03:03 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 25 Nov 2020 02:03:48 +0000 (03:03 +0100)
commit30c437752df0a3a9410f1249fa0f237110811af2
tree8c3b2fff333ff8bb777bed4d6ef1820874561c00
parent83b5fcb0014896feda98917bcf198094131e82a6
Make text-scale-mode optionally adjust the header line

* lisp/face-remap.el
(text-scale-remap-header-line-face): New buffer local variable.
(text-scale-mode): Adjust header line if above variable is non-nil.
(face-remap--clear-remappings, face-remap--remap-face): New defuns.
* lisp/face-remap.el: Arrange to watch text-scale-mode-remapping.
(text-scale--refresh): New function.

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Use
text-scale-remap-header-line.  (Bug#41852)
etc/NEWS
lisp/emacs-lisp/tabulated-list.el
lisp/face-remap.el