* yasnippet.el (yas-field-highlight-face): Remove redundant quote.

This commit is contained in:
Noam Postavsky 2019-12-13 15:53:53 -05:00
parent 1bee3a33c7
commit 4046f61588

View File

@ -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