# HG changeset patch # User Colin Walters # Date 1028164859 0 # Node ID 06873cff56e8561dbdd3daa98ecfafff47f4e050 # Parent 8bb6a2e5d6bdefff8c89bf8fdce71d0306e1ed95 (ibuffer-fontification-alist): Use `font-lock-constant-face' instead of `font-lock-reference-face'. diff -r 8bb6a2e5d6bd -r 06873cff56e8 lisp/ibuffer.el --- 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)