diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-11-21 10:35:14 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-11-21 10:35:14 +0100 |
commit | 70b88adbe7ef9148d6308fcbb53789acd56a5dfc (patch) | |
tree | 3f9fed8ed139c1321327472da83166f2988ae5db /lisp/net/tramp.el | |
parent | 1805b4cc08c8f9668f0f43f5b157d91b9c757e88 (diff) | |
download | emacs-70b88adbe7ef9148d6308fcbb53789acd56a5dfc.tar.gz emacs-70b88adbe7ef9148d6308fcbb53789acd56a5dfc.tar.bz2 emacs-70b88adbe7ef9148d6308fcbb53789acd56a5dfc.zip |
* lisp/net/tramp.el (tramp-unload-tramp): Do not enable ange-ftp. (Bug#38025)
Diffstat (limited to 'lisp/net/tramp.el')
-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))) |