File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -216,17 +216,17 @@ temporarily blinks with this face."
216216 " Face for <h3> elements."
217217 :version " 28.1" )
218218
219- (defface shr-h4 nil
219+ (defface shr-h4
220220 '((t (:inherit default )))
221221 " Face for <h4> elements."
222222 :version " 28.1" )
223223
224- (defface shr-h5 nil
224+ (defface shr-h5
225225 '((t (:inherit default )))
226226 " Face for <h5> elements."
227227 :version " 28.1" )
228228
229- (defface shr-h6 nil
229+ (defface shr-h6
230230 '((t (:inherit default )))
231231 " Face for <h6> elements."
232232 :version " 28.1" )
Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ make the mail indicator stand out on a color display."
139139 :version " 22.1"
140140 :type '(choice (const :tag " None" nil ) face))
141141
142- (defface display-time-date-and-time nil
143- " Face for `display-time-format' ."
142+ (defface display-time-date-and-time
144143 '((t (:inherit mode-line )))
144+ " Face for `display-time-format' ."
145145 :group 'mode-line-faces
146146 :version " 30.1" )
147147
You can’t perform that action at this time.
0 commit comments