diff options
| -rw-r--r-- | lisp/net/tramp.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 1994 | (tramp-compat-condition-case-unless-debug ,var ,bodyform ,@handlers))) | 1994 | (tramp-compat-condition-case-unless-debug ,var ,bodyform ,@handlers))) |
| 1995 | 1995 | ||
| 1996 | ;; Main function. | 1996 | ;; Main function. |
| 1997 | ;;;###autoload | ||
| 1997 | (defun tramp-file-name-handler (operation &rest args) | 1998 | (defun tramp-file-name-handler (operation &rest args) |
| 1998 | "Invoke Tramp file name handler. | 1999 | "Invoke Tramp file name handler. |
| 1999 | Falls back to normal file name handler if no Tramp file name handler exists." | 2000 | Falls back to normal file name handler if no Tramp file name handler exists." |