diff options
| author | Glenn Morris | 2013-01-07 20:40:09 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-07 20:40:09 -0800 |
| commit | 83c1803a3a78262ae7a0954e18f35cff5c2f70f9 (patch) | |
| tree | 78bf4f50d3e49378fa15b70af0cd59a48df2060f /lisp/net | |
| parent | 8a2e287c26d7bd115be088aa03a3a332b44c7e78 (diff) | |
| download | emacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.tar.gz 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.el | 1 |
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. | |||
| 393 | If the file name does not specify the method, lookup is done using the | 393 | If the file name does not specify the method, lookup is done using the |
| 394 | empty string for the method name." | 394 | empty string for the method name." |
| 395 | :group 'tramp | 395 | :group 'tramp |
| 396 | :version "24.4" | ||
| 396 | :type '(repeat (list (choice :tag "Method regexp" regexp sexp) | 397 | :type '(repeat (list (choice :tag "Method regexp" regexp sexp) |
| 397 | (choice :tag " User regexp" regexp sexp) | 398 | (choice :tag " User regexp" regexp sexp) |
| 398 | (choice :tag " Host name" string (const nil))))) | 399 | (choice :tag " Host name" string (const nil))))) |