summaryrefslogtreecommitdiff
path: root/lisp/gnus/mml.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-29 04:03:49 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-29 04:03:49 +0000
commit330f707bedf7e7f3f8fdcd7012d0eca4febe2894 (patch)
tree1a31abcb4283f6e44d046b2fed24d72059230944 /lisp/gnus/mml.el
parentab74c815cf07381aeff3d3803e163b61e9406874 (diff)
downloademacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.tar.gz
Change defcustom :version from 23.0 to 23.1.
Diffstat (limited to 'lisp/gnus/mml.el')
-rw-r--r--lisp/gnus/mml.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index 2b5987e5e6e..c703e1365f6 100644
--- a/lisp/gnus/mml.el
+++ b/lisp/gnus/mml.el
@@ -97,7 +97,7 @@ type (e.g., text/plain) respectively, and DISPOSITION should be either
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 @@ See Info node `(emacs-mime)Composing'.
"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)