(gnus-confirm-mail-reply-to-news): Adjust :version.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 12 Nov 2007 18:40:31 +0000 (18:40 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 12 Nov 2007 18:40:31 +0000 (18:40 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index c7bbca5..3ec7651 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
+
 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnmail.el (nnmail-parse-active): Make group names unibyte.
index 891ed1b..f5bf3a7 100644 (file)
@@ -265,7 +265,7 @@ This can also be a function receiving the group name as the only
 parameter, which should return non-nil if a confirmation is needed; or
 a regexp, in which case a confirmation is asked for if the group name
 matches the regexp."
-  :version "22.1"
+  :version "23.0" ;; No Gnus (default changed)
   :group 'gnus-message
   :type '(choice (const :tag "No" nil)
                 (const :tag "Yes" t)