diff lisp/gnus/mml.el @ 92336:5f827896103e

Change defcustom :version from 23.0 to 23.1.
author Glenn Morris <rgm@gnu.org>
date Fri, 29 Feb 2008 04:03:49 +0000
parents 37d6263f580b
children d3767aa9ae49
line wrap: on
line diff
--- a/lisp/gnus/mml.el	Fri Feb 29 04:03:16 2008 +0000
+++ b/lisp/gnus/mml.el	Fri Feb 29 04:03:49 2008 +0000
@@ -97,7 +97,7 @@
 the string \"attachment\" or the string \"inline\".  The value t for
 SUPERTYPE, SUBTYPE or TYPE matches any of those types.  The first
 match found will be used."
-  :version "23.0" ;; No Gnus
+  :version "23.1" ;; No Gnus
   :type (let ((dispositions '(radio :format "DISPOSITION: %v"
 				    :value "attachment"
 				    (const :format "%v " "attachment")
@@ -1110,7 +1110,7 @@
   "The default directory where mml will find files.
 If not set, `default-directory' will be used."
   :type '(choice directory (const :tag "Default" nil))
-  :version "23.0" ;; No Gnus
+  :version "23.1" ;; No Gnus
   :group 'message)
 
 (defun mml-minibuffer-read-file (prompt)