branch: master
commit 4046f61588dbd63b1b579bbf6eb6977ad605d262
Author: Noam Postavsky <npost...@users.sourceforge.net>
Commit: Noam Postavsky <npost...@users.sourceforge.net>

    * 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