]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-score.el
(nnheader-init-server-buffer): Use with-current-buffer.
[gnu-emacs] / lisp / gnus / gnus-score.el
index 270eb4b9da1a599c2105c07f9456ed38c0f23925..d79007b92e64e7d5402d87da0ba476cc3b42e9d0 100644 (file)
@@ -326,7 +326,7 @@ If this variable is nil, exact matching will always be used."
   "If non-nil, adaptive score files fill are pretty printed."
   :group 'gnus-score-files
   :group 'gnus-score-adapt
-  :version "23.0" ;; No Gnus
+  :version "23.1" ;; No Gnus
   :type 'boolean)
 
 (defcustom gnus-score-default-header nil
@@ -429,7 +429,7 @@ If a regexp, scoring on headers or body is inhibited if the group
 matches the regexp.  If it is t, scoring on headers or body is
 inhibited for all groups."
   :group 'gnus-score-various
-  :version "23.0" ;; No Gnus
+  :version "23.1" ;; No Gnus
   :type '(choice (const :tag "All" nil)
                 (const :tag "None" t)
                 regexp))