]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-file-name-handler): Autoload it.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Mar 2017 08:13:11 +0000 (10:13 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Mar 2017 08:13:11 +0000 (10:13 +0200)
lisp/net/tramp.el

index 41406d82ce898f9acfc4cdaa0749aa4afe74075f..0ca5a6d3acbf6c9df3840e9866a0aab1b6e1ad32 100644 (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."