From: Michael Albinus Date: Mon, 27 Mar 2017 08:13:11 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-file-name-handler): Autoload it. X-Git-Tag: emacs-26.0.90~522^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd074d9bab470da24dd79491d8c25b22c2a5bb3d;p=emacs.git * lisp/net/tramp.el (tramp-file-name-handler): Autoload it. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 41406d82ce8..0ca5a6d3acb 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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."