emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/symbol-overlay 909ea9074b 070/152: Add missing parens in f


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay 909ea9074b 070/152: Add missing parens in face definition
Date: Thu, 7 Jul 2022 12:04:15 -0400 (EDT)

branch: elpa/symbol-overlay
commit 909ea9074b439f393276b8bf547bc0b64a77d56c
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Add missing parens in face definition
---
 symbol-overlay.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index 16c2f6ffcd..b44136f521 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -199,7 +199,7 @@ SCOPE and WINDOW."
          (narrow-to-region beg (point)))))))
 
 (defface symbol-overlay-temp-face
-  '(t (:inherit 'highlight))
+  '((t (:inherit 'highlight)))
   "Face for temporary highlighting.")
 
 (defun symbol-overlay-remove-temp ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]