diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-29 04:03:49 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-29 04:03:49 +0000 |
commit | 330f707bedf7e7f3f8fdcd7012d0eca4febe2894 (patch) | |
tree | 1a31abcb4283f6e44d046b2fed24d72059230944 /lisp/gnus/spam-report.el | |
parent | ab74c815cf07381aeff3d3803e163b61e9406874 (diff) | |
download | emacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.tar.gz emacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.tar.bz2 emacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.zip |
Change defcustom :version from 23.0 to 23.1.
Diffstat (limited to 'lisp/gnus/spam-report.el')
-rw-r--r-- | lisp/gnus/spam-report.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 701682a613c..2f8590ab4b0 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el @@ -220,7 +220,7 @@ the function specified by `spam-report-url-ping-function'." This is initialized based on `user-mail-address'." :type '(choice string (const :tag "Don't expose address" nil)) - :version "23.0" ;; No Gnus + :version "23.1" ;; No Gnus :group 'spam-report) (defvar spam-report-user-agent |