From: Basil L. Contovounesios Date: Tue, 17 Apr 2018 19:46:26 +0000 (+0200) Subject: Set :version of shr faces X-Git-Tag: emacs-27.0.90~5150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f10fa789ca8f0feff0e85df3624270604ed54dd6;p=emacs.git Set :version of shr faces * lisp/net/shr.el (shr-strike-through, shr-link, shr-selected-link): Set :version tag (bug#31200). --- diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 5507fab4dbe..1103a930242 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -137,16 +137,19 @@ cid: URL as the argument.") (defface shr-strike-through '((t :strike-through t)) "Face for 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