of `font-lock-reference-face'.
+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
: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)