tvl-depot/configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

45 lines
1.3 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; docker-tramp-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "docker-tramp" "docker-tramp.el" (23450 31917
;;;;;; 714759 839000))
;;; Generated autoloads from docker-tramp.el
(defvar docker-tramp-docker-options nil "\
List of docker options.")
(custom-autoload 'docker-tramp-docker-options "docker-tramp" t)
(defconst docker-tramp-completion-function-alist '((docker-tramp--parse-running-containers "")) "\
Default list of (FUNCTION FILE) pairs to be examined for docker method.")
(defconst docker-tramp-method "docker" "\
Method to connect docker containers.")
(autoload 'docker-tramp-cleanup "docker-tramp" "\
Cleanup TRAMP cache for docker method.
\(fn)" t nil)
(autoload 'docker-tramp-add-method "docker-tramp" "\
Add docker tramp method.
\(fn)" nil nil)
(eval-after-load 'tramp '(progn (docker-tramp-add-method) (tramp-set-completion-function docker-tramp-method docker-tramp-completion-function-alist)))
;;;***
;;;### (autoloads nil nil ("docker-tramp-compat.el" "docker-tramp-pkg.el")
;;;;;; (23450 31917 712416 511000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; docker-tramp-autoloads.el ends here