From bd074d9bab470da24dd79491d8c25b22c2a5bb3d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 27 Mar 2017 10:13:11 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-file-name-handler): Autoload it. --- lisp/net/tramp.el | 1 + 1 file changed, 1 insertion(+) 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." -- 2.39.5