chiark / gitweb /
el/dot-emacs.el: Fix bungled face-spec.
[profile] / el / dot-emacs.el
index 967d8ea3f12e534f3698a7a4949a29f24f5d816b..63f6e9d7de619791f4f30858e24f0b409b41f093 100644 (file)
@@ -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))