diff options
| author | Alexander Gramiak | 2017-08-13 17:56:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-08-13 17:56:31 +0300 |
| commit | e2e3856141a315ea4a7acbd0534feaa848c4bf6b (patch) | |
| tree | b560b9475e1f43a1767f1205f0ea3677af5e53ee /lisp/erc | |
| parent | 2367c15b18dd6b3aaf82bdbab9d2e833ec838ef4 (diff) | |
| download | emacs-e2e3856141a315ea4a7acbd0534feaa848c4bf6b.tar.gz emacs-e2e3856141a315ea4a7acbd0534feaa848c4bf6b.zip | |
Use 'header-line-highlight' face in proced and erc
* lisp/erc/erc-list.el (erc-list-button):
* lisp/proced.el (proced-format): Use the 'header-line-highlight
face. (Bug#28033)
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el index 5110239f61e..7d6413ee7f6 100644 --- a/lisp/erc/erc-list.el +++ b/lisp/erc/erc-list.el | |||
| @@ -145,7 +145,7 @@ | |||
| 145 | (erc-propertize title | 145 | (erc-propertize title |
| 146 | 'column-number column | 146 | 'column-number column |
| 147 | 'help-echo "mouse-1: sort by column" | 147 | 'help-echo "mouse-1: sort by column" |
| 148 | 'mouse-face 'highlight | 148 | 'mouse-face 'header-line-highlight |
| 149 | 'keymap erc-list-menu-sort-button-map)) | 149 | 'keymap erc-list-menu-sort-button-map)) |
| 150 | 150 | ||
| 151 | (define-derived-mode erc-list-menu-mode special-mode "ERC-List" | 151 | (define-derived-mode erc-list-menu-mode special-mode "ERC-List" |