]> code.delx.au - gnu-emacs/commitdiff
(ibuffer-fontification-alist): Use `font-lock-constant-face' instead
authorColin Walters <walters@gnu.org>
Thu, 1 Aug 2002 01:21:18 +0000 (01:21 +0000)
committerColin Walters <walters@gnu.org>
Thu, 1 Aug 2002 01:21:18 +0000 (01:21 +0000)
of `font-lock-reference-face'.

lisp/ChangeLog
lisp/ibuffer.el

index c34a888c582261d705a5dd814e2e1dbe39b1ce70..cdffffbae26bf38a4541965d91c09170043d17ca 100644 (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
index 058a85ce82d55144ed86e5d507f3279926b0941c..eb85fdc064ce48ad4c077bfe6c9ff43b59eed3a5 100644 (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)