summaryrefslogtreecommitdiff
path: root/lisp/gnus/mml-smime.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-01-07 20:40:09 -0800
committerGlenn Morris <rgm@gnu.org>2013-01-07 20:40:09 -0800
commit83c1803a3a78262ae7a0954e18f35cff5c2f70f9 (patch)
tree78bf4f50d3e49378fa15b70af0cd59a48df2060f /lisp/gnus/mml-smime.el
parent8a2e287c26d7bd115be088aa03a3a332b44c7e78 (diff)
downloademacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.tar.gz
Add some :version tags
* gnus/mml-smime.el (mml-smime-sign-with-sender): Add :version. * net/tramp.el (tramp-default-host-alist): Add :version.
Diffstat (limited to 'lisp/gnus/mml-smime.el')
-rw-r--r--lisp/gnus/mml-smime.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el
index e7f9de7980d..22f88b4ae75 100644
--- a/lisp/gnus/mml-smime.el
+++ b/lisp/gnus/mml-smime.el
@@ -77,6 +77,7 @@ Whether the passphrase is cached at all is controlled by
(defcustom mml-smime-sign-with-sender nil
"If t, use message sender so find a key to sign with."
:group 'mime-security
+ :version "24.4"
:type 'boolean)
(defun mml-smime-sign (cont)