diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index cb40c71cfeb..e344990f7fc 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4958,8 +4958,6 @@ name of a process or buffer, or nil to default to the current buffer." (defun tramp-unload-tramp () "Discard Tramp from loading remote files." (interactive) - ;; ange-ftp settings must be re-enabled. - (tramp-compat-funcall 'tramp-ftp-enable-ange-ftp) ;; Maybe it's not loaded yet. (ignore-errors (unload-feature 'tramp 'force))) |