diff lisp/gnus/mm-encode.el @ 106562:0d89cb5de442

(mm-sign-option, mm-encrypt-option): Add :version tag.
author Reiner Steib <Reiner.Steib@gmx.de>
date Sun, 13 Dec 2009 19:14:28 +0000
parents baa4e6ac9e46
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/gnus/mm-encode.el	Sun Dec 13 15:39:28 2009 +0000
+++ b/lisp/gnus/mm-encode.el	Sun Dec 13 19:14:28 2009 +0000
@@ -64,7 +64,7 @@
   "Option how to create signed parts.
 nil, use the default keys without asking;
 `guided', let you select signing keys from the menu."
-  :version "23.1"
+  :version "23.2" ;; No Gnus 0.12
   :type '(choice (item guided)
 		 (item :tag "default" nil))
   :group 'mime-security)
@@ -73,7 +73,7 @@
   "Option how to create encrypted parts.
 nil, use the default keys without asking;
 `guided', let you select recipients' keys from the menu."
-  :version "23.1"
+  :version "23.2" ;; No Gnus 0.12
   :type '(choice (item guided)
 		 (item :tag "default" nil))
   :group 'mime-security)