(mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 26 Apr 2006 14:57:36 +0000 (14:57 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 26 Apr 2006 14:57:36 +0000 (14:57 +0000)
lisp/ChangeLog
lisp/mml.el

index e976ab3..97808ed 100644 (file)
@@ -5,6 +5,7 @@
        symbol-value.
        (mml-default-directory): New variable.
        (mml-minibuffer-read-file): Use it.
+       (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
 
        * message.el (message-citation-line-format): New variable.
        (message-insert-formated-citation-line): New function.
index 4591732..c17f1f8 100644 (file)
@@ -1121,7 +1121,7 @@ See `dnd-protocol-alist' for more information.  When nil, behave
 as in other buffers."
   :type '(choice (repeat (cons (regexp) (function)))
                 (const :tag "Behave as in other buffers" nil))
-  :version "23.0" ;; No Gnus
+  :version "22.1" ;; Gnus 5.10.9
   :group 'message)
 
 (defcustom mml-dnd-attach-options nil
@@ -1139,7 +1139,7 @@ to specify options."
                (const type)
                (const description)
                (const disposition))))
-  :version "23.0" ;; No Gnus
+  :version "22.1" ;; Gnus 5.10.9
   :group 'message)
 
 (defun mml-attach-file (file &optional type description disposition)