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."
216
216
" Face for <h3> elements."
217
217
:version " 28.1" )
218
218
219
- (defface shr-h4 nil
219
+ (defface shr-h4
220
220
'((t (:inherit default )))
221
221
" Face for <h4> elements."
222
222
:version " 28.1" )
223
223
224
- (defface shr-h5 nil
224
+ (defface shr-h5
225
225
'((t (:inherit default )))
226
226
" Face for <h5> elements."
227
227
:version " 28.1" )
228
228
229
- (defface shr-h6 nil
229
+ (defface shr-h6
230
230
'((t (:inherit default )))
231
231
" Face for <h6> elements."
232
232
: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."
139
139
:version " 22.1"
140
140
:type '(choice (const :tag " None" nil ) face))
141
141
142
- (defface display-time-date-and-time nil
143
- " Face for `display-time-format' ."
142
+ (defface display-time-date-and-time
144
143
'((t (:inherit mode-line )))
144
+ " Face for `display-time-format' ."
145
145
:group 'mode-line-faces
146
146
:version " 30.1" )
147
147
You can’t perform that action at this time.
0 commit comments