diff options
| -rw-r--r-- | lisp/erc/erc-list.el | 2 | ||||
| -rw-r--r-- | lisp/proced.el | 2 |
2 files changed, 2 insertions, 2 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" |
diff --git a/lisp/proced.el b/lisp/proced.el index be3b7c41a61..18693f4556e 100644 --- a/lisp/proced.el +++ b/lisp/proced.el | |||
| @@ -1438,7 +1438,7 @@ Replace newline characters by \"^J\" (two characters)." | |||
| 1438 | (hprops | 1438 | (hprops |
| 1439 | (if (nth 4 grammar) | 1439 | (if (nth 4 grammar) |
| 1440 | (let ((descend (if (eq key sort-key) proced-descend (nth 5 grammar)))) | 1440 | (let ((descend (if (eq key sort-key) proced-descend (nth 5 grammar)))) |
| 1441 | `(proced-key ,key mouse-face highlight | 1441 | `(proced-key ,key mouse-face header-line-highlight |
| 1442 | help-echo ,(format proced-header-help-echo | 1442 | help-echo ,(format proced-header-help-echo |
| 1443 | (if descend "-" "+") | 1443 | (if descend "-" "+") |
| 1444 | (nth 1 grammar) | 1444 | (nth 1 grammar) |