summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-07-31 12:01:10 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-07-31 12:01:10 +0200
commit623356ee946d695771d92ac4a03cd10d30bd505f (patch)
treef632501f12695fe05344ef0d761fa21e300e094a /lisp/emacs-lisp/package.el
parent2682ea1b3a9524eb54efac41b3221b514374c232 (diff)
downloademacs-623356ee946d695771d92ac4a03cd10d30bd505f.tar.gz
emacs-623356ee946d695771d92ac4a03cd10d30bd505f.tar.bz2
emacs-623356ee946d695771d92ac4a03cd10d30bd505f.zip
Fix compilation warnings in tramp-loaddefs.el
* lisp/files.el (file-name-quoted-p): Autoload because it's referred to from tramp-loaddefs. * lisp/net/tramp.el (defvar): Put the entire form into the loaddefs file instead of eval-and-compile -- this fixes a dependency problem when byte-compiling the loaddefs file. (tramp-methods, tramp-default-method-alist) (tramp-default-user-alist, tramp-default-host-alist) (tramp-local-host-regexp, tramp-terminal-type) (tramp-foreign-file-name-handler-alist): Autoload to avoid compilation warnings. Also put (require 'cl-lib) into the loaddefs file for the same reason. (tramp-ensure-dissected-file-name) (tramp-set-completion-function) (tramp-register-foreign-file-name-handler): Autoload.
Diffstat (limited to 'lisp/emacs-lisp/package.el')
0 files changed, 0 insertions, 0 deletions