summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-compat.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-05-18 16:04:02 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-05-18 16:04:02 +0200
commitcac8884d892a8708d74c55e53328ee45f88d82f0 (patch)
treed3773ceb74a83f198ba53c18d187c9fe70d82f66 /lisp/net/tramp-compat.el
parent1943220d1b7ed28b2708c86acfe5493d5c6e3089 (diff)
downloademacs-cac8884d892a8708d74c55e53328ee45f88d82f0.tar.gz
Require less packages in Tramp
* lisp/net/tramp-compat.el (format-spec): Do not require advice, cl-lib, custom, password-cache, timer and ucs-normalize. * lisp/net/tramp-gvfs.el: Do not require zeroconf. Declare zeroconf-* functions. (tramp-gvfs-enabled): Autoload `zeroconf-init'. * lisp/net/tramp-sh.el: Do not require dired. * lisp/net/tramp.el (tramp-get-debug-buffer): Do not require outline. (tramp-file-name-for-operation): Extend docstring. (tramp-parse-netrc): Do not require netrc. Autoload `netrc-parse'.
Diffstat (limited to 'lisp/net/tramp-compat.el')
-rw-r--r--lisp/net/tramp-compat.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index b515f253c92..21a819f79fd 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -35,15 +35,9 @@
(defun tramp-unload-file-name-handlers ())
(require 'auth-source)
-(require 'advice)
-(require 'cl-lib)
-(require 'custom)
(require 'format-spec)
(require 'parse-time)
-(require 'password-cache)
(require 'shell)
-(require 'timer)
-(require 'ucs-normalize)
(declare-function tramp-handle-temporary-file-directory "tramp")