]> git.eshelyaron.com Git - emacs.git/commit
Fix Tramp error handling process buffer
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Jan 2025 10:30:10 +0000 (11:30 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 15:58:38 +0000 (16:58 +0100)
commit19611ffb51d046eeb93b4e95fcfc8afc72a81ffc
tree8bd731f9aa4949282c185056be12186943ea5a67
parent470404e778fdc8f9f382f579b1fcab3313e7946a
Fix Tramp error handling process buffer

* lisp/net/tramp-cache.el (tramp-list-connections):
* lisp/net/tramp-cmds.el (tramp-cleanup-connection): Use connection
property " connected" for a check of active connections.

* lisp/net/tramp.el (tramp-get-buffer): Set connection property
" connected".

(cherry picked from commit 40a8d0ebf0ca6199697c95a308201e739dd9540d)
lisp/net/tramp-cache.el
lisp/net/tramp-cmds.el
lisp/net/tramp.el