projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aef84c5
)
* lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 23 Sep 2021 12:28:42 +0000
(14:28 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 23 Sep 2021 12:28:42 +0000
(14:28 +0200)
lisp/net/tramp-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cmds.el
b/lisp/net/tramp-cmds.el
index bfd928731a34291890c750a83674b53bafbaa082..63eab1b31a11faf6163edc3691f51b1f21d5a04d 100644
(file)
--- a/
lisp/net/tramp-cmds.el
+++ b/
lisp/net/tramp-cmds.el
@@
-131,6
+131,8
@@
When called interactively, a Tramp connection has to be selected."
(buf (list (get-buffer (tramp-buffer-name vec))
(unless keep-debug
(get-buffer (tramp-debug-buffer-name vec)))
+ (unless keep-debug
+ (get-buffer (tramp-trace-buffer-name vec)))
(tramp-get-connection-property vec "process-buffer" nil)))
(when (bufferp buf) (kill-buffer buf)))