From 40c104655cb6ad99121db58811d090ca5f49eb34 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Aug 2002 01:21:18 +0000 Subject: [PATCH] (ibuffer-fontification-alist): Use `font-lock-constant-face' instead of `font-lock-reference-face'. --- lisp/ChangeLog | 5 +++++ lisp/ibuffer.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c34a888c582..cdffffbae26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-31 John Paul Wallington + + * ibuffer.el (ibuffer-fontification-alist): Use + `font-lock-constant-face' instead of `font-lock-reference-face'. + 2002-07-31 John Wiegley * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 058a85ce82d..eb85fdc064c 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -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) -- 2.39.5