/[emacs]/emacs/lisp/ibuffer.el
ViewVC logotype

Diff of /emacs/lisp/ibuffer.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by jpw, Thu Aug 29 22:06:26 2002 UTC revision 1.40 by jpw, Fri Aug 30 12:42:36 2002 UTC
# Line 135  elisp byte-compiler." Line 135  elisp byte-compiler."
135  (defcustom ibuffer-fontification-alist  (defcustom ibuffer-fontification-alist
136    `((10 buffer-read-only font-lock-constant-face)    `((10 buffer-read-only font-lock-constant-face)
137      (15 (string-match "^*" (buffer-name)) font-lock-keyword-face)      (15 (string-match "^*" (buffer-name)) font-lock-keyword-face)
138      (20 (string-match "^ " (buffer-name)) font-lock-warning-face)      (20 (and (string-match "^ " (buffer-name))
139                 (null buffer-file-name))
140            italic)
141      (25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)      (25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)
142      (30 (eq major-mode 'dired-mode) font-lock-function-name-face))      (30 (eq major-mode 'dired-mode) font-lock-function-name-face))
143    "An alist describing how to fontify buffers.    "An alist describing how to fontify buffers.
# Line 2014  Do not display messages if SILENT is non Line 2016  Do not display messages if SILENT is non
2016                            :nomini)                            :nomini)
2017                        (with-current-buffer (cadr bufs)                        (with-current-buffer (cadr bufs)
2018                          (minibufferp)))                          (minibufferp)))
2019                       (car (cddr bufs))                       (caddr bufs)
2020                     (cadr bufs))                     (cadr bufs))
2021                   (ibuffer-current-buffers-with-marks bufs)                   (ibuffer-current-buffers-with-marks bufs)
2022                   arg)))                   arg)))

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26