Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
40c10465
Commit
40c10465
authored
Aug 01, 2002
by
Colin Walters
Browse files
(ibuffer-fontification-alist): Use `font-lock-constant-face' instead
of `font-lock-reference-face'.
parent
22eb1d41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/ibuffer.el
lisp/ibuffer.el
+1
-1
No files found.
lisp/ChangeLog
View file @
40c10465
2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
* ibuffer.el (ibuffer-fontification-alist): Use
`font-lock-constant-face' instead of `font-lock-reference-face'.
2002-07-31 John Wiegley <johnw@gnu.org>
* pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
...
...
lisp/ibuffer.el
View file @
40c10465
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment