Skip to content

Commit 5513f72

Browse files
committed
; Fix previous change
1 parent e72afa9 commit 5513f72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lisp/net/shr.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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")

lisp/time.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)