summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2017-08-12 10:12:36 +0300
committerEli Zaretskii <eliz@gnu.org>2017-08-12 10:12:36 +0300
commit84288cf4211a4490c0155d3c0022617b92294f49 (patch)
tree95ffa314ed27e5ee98f2150618b45e04a113a7c7 /lisp/emacs-lisp
parent19d2b4a3e2eb900158f0e78864d971b44cc8ea89 (diff)
downloademacs-84288cf4211a4490c0155d3c0022617b92294f49.tar.gz
emacs-84288cf4211a4490c0155d3c0022617b92294f49.tar.bz2
emacs-84288cf4211a4490c0155d3c0022617b92294f49.zip
Add new face 'header-line-highlight'
* lisp/faces.el: Define the face. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-init-header): * lisp/info.el (Info-fontify-node): Use the new face. * doc/emacs/display.texi (Standard Faces): * etc/NEWS: Document the new face. (Bug#28033)
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/tabulated-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el
index 8ff5cdf18e8..b91532f7e83 100644
--- a/lisp/emacs-lisp/tabulated-list.el
+++ b/lisp/emacs-lisp/tabulated-list.el
@@ -191,7 +191,7 @@ Populated by `tabulated-list-init-header'.")
;; FIXME: Should share code with tabulated-list-print-col!
(let ((x (max tabulated-list-padding 0))
(button-props `(help-echo "Click to sort by column"
- mouse-face highlight
+ mouse-face header-line-highlight
keymap ,tabulated-list-sort-button-map))
(cols nil))
(if display-line-numbers