diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-09-23 14:28:42 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-09-23 14:28:42 +0200 |
commit | 23970e27eeee1f33e3e1869a8ef1676b0e48cdc5 (patch) | |
tree | bf3731070316acef592a3ae7c1bac55aacfcf9ee /lisp/net | |
parent | aef84c5f17c33714bda402e9408a3cb2ae928b61 (diff) | |
download | emacs-23970e27eeee1f33e3e1869a8ef1676b0e48cdc5.tar.gz |
* lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-cmds.el | 2 |
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))) |