Skip to content

Commit 9eee028

Browse files
committed
; * lisp/gnus/message.el (message-signature-separator): Add :version.
1 parent 4aac8f6 commit 9eee028

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lisp/gnus/message.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,8 @@ starting with `not' and followed by regexps."
16601660

16611661
(defface message-signature-separator '((t :bold t))
16621662
"Face used for displaying the signature separator."
1663-
:group 'message-faces)
1663+
:group 'message-faces
1664+
:version "28.1")
16641665

16651666
(defun message-match-to-eoh (_limit)
16661667
(let ((start (point)))

0 commit comments

Comments
 (0)