emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 23970e2 1/2: * lisp/net/tramp-cmds.el (tramp-cleanup-connection):


From: Michael Albinus
Subject: master 23970e2 1/2: * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.
Date: Thu, 23 Sep 2021 08:29:36 -0400 (EDT)

branch: master
commit 23970e27eeee1f33e3e1869a8ef1676b0e48cdc5
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.
---
 lisp/net/tramp-cmds.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index bfd9287..63eab1b 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]