projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1805b4c
)
* lisp/net/tramp.el (tramp-unload-tramp): Do not enable ange-ftp. (Bug#38025)
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 21 Nov 2019 09:35:14 +0000
(10:35 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 21 Nov 2019 09:35:14 +0000
(10:35 +0100)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index cb40c71cfebff6acf798d452c06d70b096064b6b..e344990f7fca580a0ce5e7c65a61180f118825fb 100644
(file)
--- 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)))