summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-cmds.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-09-23 14:28:42 +0200
committerMichael Albinus <michael.albinus@gmx.de>2021-09-23 14:28:42 +0200
commit23970e27eeee1f33e3e1869a8ef1676b0e48cdc5 (patch)
treebf3731070316acef592a3ae7c1bac55aacfcf9ee /lisp/net/tramp-cmds.el
parentaef84c5f17c33714bda402e9408a3cb2ae928b61 (diff)
downloademacs-23970e27eeee1f33e3e1869a8ef1676b0e48cdc5.tar.gz
* lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r--lisp/net/tramp-cmds.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index bfd928731a3..63eab1b31a1 100644
--- 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)))