* lisp/net/tramp.el (tramp-file-name-handler): Autoload it.

This commit is contained in:
Michael Albinus 2017-03-27 10:13:11 +02:00
parent 05bfebfc91
commit bd074d9bab

View file

@ -1994,6 +1994,7 @@ ARGS are the arguments OPERATION has been called with."
(tramp-compat-condition-case-unless-debug ,var ,bodyform ,@handlers)))
;; Main function.
;;;###autoload
(defun tramp-file-name-handler (operation &rest args)
"Invoke Tramp file name handler.
Falls back to normal file name handler if no Tramp file name handler exists."