From: Robert Pluim Date: Wed, 21 Sep 2022 15:18:34 +0000 (+0200) Subject: Update version tag of rmail-retry-ignored-headers X-Git-Tag: emacs-29.0.90~1856^2~322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69fab1589a834562c6a92508867e836215e91fca;p=emacs.git Update version tag of rmail-retry-ignored-headers * lisp/mail/rmail.el (rmail-retry-ignored-headers): Set :version to "29.1". --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 9cc097d28dd..812e9a201b2 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -382,7 +382,7 @@ If nil, display all header fields except those matched by "Headers that should be stripped when retrying a failed message." :type '(choice regexp (const :value nil :tag "None")) :group 'rmail-headers - :version "23.2") + :version "29.1") ;;;###autoload (defcustom rmail-highlighted-headers (purecopy "^From:\\|^Subject:")