Set :version of shr faces
* lisp/net/shr.el (shr-strike-through, shr-link, shr-selected-link): Set :version tag (bug#31200).
This commit is contained in:
committed by
Lars Ingebrigtsen
parent
d742d4ca2e
commit
f10fa789ca
@@ -137,16 +137,19 @@ cid: URL as the argument.")
|
||||
|
||||
(defface shr-strike-through '((t :strike-through t))
|
||||
"Face for <s> elements."
|
||||
:version "24.1"
|
||||
:group 'shr)
|
||||
|
||||
(defface shr-link
|
||||
'((t :inherit link))
|
||||
"Face for link elements."
|
||||
:version "24.1"
|
||||
:group 'shr)
|
||||
|
||||
(defface shr-selected-link
|
||||
'((t :inherit shr-link :background "red"))
|
||||
"Face for link elements."
|
||||
:version "27.1"
|
||||
:group 'shr)
|
||||
|
||||
(defvar shr-inhibit-images nil
|
||||
|
||||
Reference in New Issue
Block a user