summaryrefslogtreecommitdiff
path: root/lisp/net
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/net
parent8a2e287c26d7bd115be088aa03a3a332b44c7e78 (diff)
downloademacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.tar.gz
emacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.tar.bz2
emacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.zip
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/net')
-rw-r--r--lisp/net/tramp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 4c346799dcf..f8db03ee4d7 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -393,6 +393,7 @@ matches, the variable `tramp-default-host' takes effect.
If the file name does not specify the method, lookup is done using the
empty string for the method name."
:group 'tramp
+ :version "24.4"
:type '(repeat (list (choice :tag "Method regexp" regexp sexp)
(choice :tag " User regexp" regexp sexp)
(choice :tag " Host name" string (const nil)))))