Skip to content

Commit 62ebf2b

Browse files
committed
Fix byte compilation warning
gerrit.el:864:19: Warning: in defface for ‘gerrit-section’: Value for face attribute ‘:inherit’ should not be quoted Change-Id: I4f1747d8883b1cc0ffab467efe462d7343b624c9
1 parent d0313bd commit 62ebf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gerrit.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ shown in the section buffer."
861861
:group 'faces)
862862

863863
(defface gerrit-section
864-
'((t (:inherit 'magit-section-heading)))
864+
'((t (:inherit magit-section-heading)))
865865
"Used for the section names in the dashboard."
866866
:group 'faces)
867867

0 commit comments

Comments
 (0)