From 4833e35c767064c484ab4d44932efee859a5143f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 1 Aug 2017 15:03:49 +0100 Subject: [PATCH] el/dot-emacs.el: Fix bungled face-spec. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 967d8ea..63f6e9d 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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)) -- 2.11.0