Remove face-suffix from faces

This commit is contained in:
Lars Tveito 2019-12-04 16:33:56 +01:00
parent 246eaeb8d1
commit d5631db0b6

View File

@ -59,12 +59,12 @@ Things that are defined include `symbol', `list', `sexp',
:type '(float) :type '(float)
:group 'focus) :group 'focus)
(defface focus-unfocused-face (defface focus-unfocused
'((t :inherit font-lock-comment-face)) '((t :inherit font-lock-comment-face))
"The face that overlays the unfocused area." "The face that overlays the unfocused area."
:group 'focus) :group 'focus)
(defface focus-focused-face nil (defface focus-focused nil
"The face that overlays the focused area." "The face that overlays the focused area."
:group 'focus) :group 'focus)