]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/gnus/message.el (message-signature-separator): Add :version.
authorEli Zaretskii <eliz@gnu.org>
Thu, 15 Jul 2021 09:22:27 +0000 (12:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 15 Jul 2021 09:22:27 +0000 (12:22 +0300)
lisp/gnus/message.el

index 2c0663915f81c2daaecb3fd0e1a63b4a917ad48a..cdabdef2ec8e31e653e95290517cadb7f4bdd902 100644 (file)
@@ -1660,7 +1660,8 @@ starting with `not' and followed by regexps."
 
 (defface message-signature-separator '((t :bold t))
   "Face used for displaying the signature separator."
-  :group 'message-faces)
+  :group 'message-faces
+  :version "28.1")
 
 (defun message-match-to-eoh (_limit)
   (let ((start (point)))