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

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

[elpa] master 4046f61 40/42: * yasnippet.el (yas-field-highlight-face):


From: Noam Postavsky
Subject: [elpa] master 4046f61 40/42: * yasnippet.el (yas-field-highlight-face): Remove redundant quote.
Date: Sun, 22 Dec 2019 17:38:04 -0500 (EST)

branch: master
commit 4046f61588dbd63b1b579bbf6eb6977ad605d262
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * yasnippet.el (yas-field-highlight-face): Remove redundant quote.
---
 yasnippet.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yasnippet.el b/yasnippet.el
index d980bf1..bfd904e 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -386,7 +386,7 @@ It must be set to nil before loading yasnippet to take 
effect."
 ;; Only two faces, and one of them shouldn't even be used...
 ;;
 (defface yas-field-highlight-face
-  '((t (:inherit 'region)))
+  '((t (:inherit region)))
   "The face used to highlight the currently active field of a snippet")
 
 (defface yas--field-debug-face



reply via email to

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