]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-unload-tramp): Do not enable ange-ftp. (Bug#38025)
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 21 Nov 2019 09:35:14 +0000 (10:35 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 21 Nov 2019 09:35:14 +0000 (10:35 +0100)
lisp/net/tramp.el

index cb40c71cfebff6acf798d452c06d70b096064b6b..e344990f7fca580a0ce5e7c65a61180f118825fb 100644 (file)
@@ -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)))