]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 23 Sep 2021 12:28:42 +0000 (14:28 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 23 Sep 2021 12:28:42 +0000 (14:28 +0200)
lisp/net/tramp-cmds.el

index bfd928731a34291890c750a83674b53bafbaa082..63eab1b31a11faf6163edc3691f51b1f21d5a04d 100644 (file)
@@ -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)))