From: Mark Wooding Date: Tue, 1 Aug 2017 14:03:49 +0000 (+0100) Subject: el/dot-emacs.el: Fix bungled face-spec. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/4833e35c767064c484ab4d44932efee859a5143f el/dot-emacs.el: Fix bungled face-spec. --- 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 @@ (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))