1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(ibuffer-fontification-alist): Use `font-lock-constant-face' instead

of `font-lock-reference-face'.
This commit is contained in:
Colin Walters 2002-08-01 01:21:18 +00:00
parent 22eb1d41ef
commit 40c104655c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
* ibuffer.el (ibuffer-fontification-alist): Use
`font-lock-constant-face' instead of `font-lock-reference-face'.
2002-07-31 John Wiegley <johnw@gnu.org>
* pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to

View File

@ -133,7 +133,7 @@ elisp byte-compiler."
:group 'ibuffer)
(defcustom ibuffer-fontification-alist
`((10 buffer-read-only font-lock-reference-face)
`((10 buffer-read-only font-lock-constant-face)
(15 (string-match "^*" (buffer-name)) font-lock-keyword-face)
(20 (string-match "^ " (buffer-name)) font-lock-warning-face)
(25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)