aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 9ea8514153e..617e21ebfeb 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -4344,7 +4344,6 @@ Falls back to normal file name handler if no tramp file name handler exists."
4344;;;###autoload 4344;;;###autoload
4345(add-to-list 'file-name-handler-alist 4345(add-to-list 'file-name-handler-alist
4346 (cons tramp-file-name-regexp 'tramp-file-name-handler)) 4346 (cons tramp-file-name-regexp 'tramp-file-name-handler))
4347;;;###autoload
4348(add-to-list 'file-name-handler-alist 4347(add-to-list 'file-name-handler-alist
4349 (cons tramp-completion-file-name-regexp 4348 (cons tramp-completion-file-name-regexp
4350 'tramp-completion-file-name-handler)) 4349 'tramp-completion-file-name-handler))