changeset 46770:06873cff56e8

(ibuffer-fontification-alist): Use `font-lock-constant-face' instead of `font-lock-reference-face'.
author Colin Walters <walters@gnu.org>
date Thu, 01 Aug 2002 01:20:59 +0000
parents 8bb6a2e5d6bd
children 2d8471dfb156
files lisp/ibuffer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ibuffer.el	Wed Jul 31 23:32:14 2002 +0000
+++ b/lisp/ibuffer.el	Thu Aug 01 01:20:59 2002 +0000
@@ -133,7 +133,7 @@
   :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)