mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
* yasnippet.el (yas-field-highlight-face): Remove redundant quote.
This commit is contained in:
parent
1bee3a33c7
commit
4046f61588
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user