diff options
| author | John Wiegley | 2016-01-18 22:56:33 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-01-18 22:56:33 -0800 |
| commit | 6acd2aa02c6f0eb9d3fadce0bb48183837beafd8 (patch) | |
| tree | d236a14dc554951c3e7c5a5b38a3bd98edc1315a /lisp/url | |
| parent | 564c84f4b12482aefe86539d2471607565c3ee7c (diff) | |
| parent | 549a765efeca2748e68a5c6ce6c9238784e82535 (diff) | |
| download | emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.tar.gz emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.zip | |
-
Diffstat (limited to 'lisp/url')
| -rw-r--r-- | lisp/url/url-tramp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-tramp.el b/lisp/url/url-tramp.el index 9e191579d47..192a0459f33 100644 --- a/lisp/url/url-tramp.el +++ b/lisp/url/url-tramp.el | |||
| @@ -30,11 +30,11 @@ | |||
| 30 | 30 | ||
| 31 | ;;;###autoload | 31 | ;;;###autoload |
| 32 | (defcustom url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") | 32 | (defcustom url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") |
| 33 | "List of URL protocols the work is handled by Tramp. | 33 | "List of URL protocols for which the work is handled by Tramp. |
| 34 | They must also be covered by `url-handler-regexp'." | 34 | They must also be covered by `url-handler-regexp'." |
| 35 | :group 'url | 35 | :group 'url |
| 36 | :version "25.1" | 36 | :version "25.1" |
| 37 | :type '(list string)) | 37 | :type '(repeat string)) |
| 38 | 38 | ||
| 39 | (defun url-tramp-convert-url-to-tramp (url) | 39 | (defun url-tramp-convert-url-to-tramp (url) |
| 40 | "Convert URL to a Tramp file name." | 40 | "Convert URL to a Tramp file name." |