comparison lisp/ibuffer.el @ 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 7a836df2d686
children 9bc85060942d
comparison
equal deleted inserted replaced
46769:8bb6a2e5d6bd 46770:06873cff56e8
131 elisp byte-compiler." 131 elisp byte-compiler."
132 :type 'boolean 132 :type 'boolean
133 :group 'ibuffer) 133 :group 'ibuffer)
134 134
135 (defcustom ibuffer-fontification-alist 135 (defcustom ibuffer-fontification-alist
136 `((10 buffer-read-only font-lock-reference-face) 136 `((10 buffer-read-only font-lock-constant-face)
137 (15 (string-match "^*" (buffer-name)) font-lock-keyword-face) 137 (15 (string-match "^*" (buffer-name)) font-lock-keyword-face)
138 (20 (string-match "^ " (buffer-name)) font-lock-warning-face) 138 (20 (string-match "^ " (buffer-name)) font-lock-warning-face)
139 (25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face) 139 (25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)
140 (30 (eq major-mode 'dired-mode) font-lock-function-name-face)) 140 (30 (eq major-mode 'dired-mode) font-lock-function-name-face))
141 "An alist describing how to fontify buffers. 141 "An alist describing how to fontify buffers.