chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
el/dot-emacs.el: Fix bungled face-spec.
[profile]
/
el
/
dot-emacs.el
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 967d8ea3f12e534f3698a7a4949a29f24f5d816b..63f6e9d7de619791f4f30858e24f0b409b41f093 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1198,7
+1198,7
@@
(if (mdw-emacs-version-p 23)
(mdw-define-face region
(((min-colors 64)) :background "grey30")
(((class color)) :background "blue")
- (
(t)
:inverse-video t))
+ (
t
:inverse-video t))
(mdw-define-face match
(((class color)) :background "blue")
(t :inverse-video t))