From 70b88adbe7ef9148d6308fcbb53789acd56a5dfc Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 21 Nov 2019 10:35:14 +0100 Subject: [PATCH] * lisp/net/tramp.el (tramp-unload-tramp): Do not enable ange-ftp. (Bug#38025) --- lisp/net/tramp.el | 2 -- 1 file changed, 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))) -- 2.39.5