]> git.eshelyaron.com Git - emacs.git/commit
Require less packages in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 18 May 2019 14:04:02 +0000 (16:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 18 May 2019 14:04:02 +0000 (16:04 +0200)
commitcac8884d892a8708d74c55e53328ee45f88d82f0
treed3773ceb74a83f198ba53c18d187c9fe70d82f66
parent1943220d1b7ed28b2708c86acfe5493d5c6e3089
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'.
lisp/net/tramp-compat.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-integration.el
lisp/net/tramp-sh.el
lisp/net/tramp.el