* lisp/net/tramp.el (tramp-file-name-handler): Autoload it.
This commit is contained in:
parent
05bfebfc91
commit
bd074d9bab
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue