From 345765f44118e58b60fe3ebffa87099a4511c3c5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 16 Aug 2012 11:41:01 +0000 Subject: [PATCH] Replace version 24.2 with 24.3 where appropriate (hopefully) --- lisp/gnus-msg.el | 2 +- lisp/gnus-picon.el | 2 +- lisp/message.el | 2 +- lisp/nnmail.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index bcd2cd438..594f68bb8 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -174,7 +174,7 @@ specifies a group to which resent messages will be Gcc'd. If this is nil, Gcc will be done according to existing Gcc header(s), if any. If this is `no-gcc-self', resent messages will be Gcc'd to groups that existing Gcc header specifies, except for the current group." - :version "24.2" + :version "24.3" :group 'gnus-message :type '(choice (const none) (const t) string (const nil) (const no-gcc-self))) diff --git a/lisp/gnus-picon.el b/lisp/gnus-picon.el index 3b335b335..44f56b5ac 100644 --- a/lisp/gnus-picon.el +++ b/lisp/gnus-picon.el @@ -78,7 +78,7 @@ Some people may want to add \"unknown\" to this list." (defcustom gnus-picon-properties '(:color-symbols (("None" . "white"))) "List of image properties applied to picons." :type 'list - :version "24.2" + :version "24.3" :group 'gnus-picon) (defcustom gnus-picon-style 'inline diff --git a/lisp/message.el b/lisp/message.el index 1e4774bc7..1e4436ac8 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1380,7 +1380,7 @@ If nil, you might be asked to input the charset." "*Addresses to prune when doing wide replies. This can be a regexp or a list of regexps. Also, a value of nil means exclude your own user name only." - :version "24.2" + :version "24.3" :group 'message :link '(custom-manual "(message)Wide Reply") :type '(choice (const :tag "Yourself" nil) diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 1645f4909..93f04cda9 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -559,7 +559,7 @@ parameter. It should return nil, `warn' or `delete'." "Extra headers to parse. In addition to the standard headers, these extra headers will be included in NOV headers (and the like) when backends parse headers." - :version "24.2" + :version "24.3" :group 'nnmail :type '(repeat symbol)) -- 2.25.1