el/dot-emacs.el: Fix bungled face-spec.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Aug 2017 14:03:49 +0000 (15:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 1 Aug 2017 14:03:49 +0000 (15:03 +0100)
el/dot-emacs.el

index 967d8ea..63f6e9d 100644 (file)
@@ -1198,7 +1198,7 @@ doesn't match any of the regular expressions in
 (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))