mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
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'.
This commit is contained in:
parent
1943220d1b
commit
cac8884d89
5 changed files with 17 additions and 18 deletions
|
|
@ -31,10 +31,10 @@
|
|||
|
||||
;; Pacify byte-compiler.
|
||||
(require 'cl-lib)
|
||||
(declare-function recentf-cleanup "recentf")
|
||||
(declare-function tramp-dissect-file-name "tramp")
|
||||
(declare-function tramp-file-name-equal-p "tramp")
|
||||
(declare-function tramp-tramp-file-p "tramp")
|
||||
(declare-function recentf-cleanup "recentf")
|
||||
(defvar eshell-path-env)
|
||||
(defvar recentf-exclude)
|
||||
(defvar tramp-current-connection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue