From: Michael Albinus Date: Thu, 21 Nov 2019 09:35:14 +0000 (+0100) Subject: * lisp/net/tramp.el (tramp-unload-tramp): Do not enable ange-ftp. (Bug#38025) X-Git-Tag: emacs-27.0.90~561^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70b88adbe7ef9148d6308fcbb53789acd56a5dfc;p=emacs.git * lisp/net/tramp.el (tramp-unload-tramp): Do not enable ange-ftp. (Bug#38025) --- 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)))