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:
parent
22eb1d41ef
commit
40c104655c
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user