]> git.eshelyaron.com Git - emacs.git/commit
Run tramp cleanup in correct buffer
authorDaniel Colascione <dancol@dancol.org>
Tue, 3 Sep 2019 20:16:21 +0000 (13:16 -0700)
committerDaniel Colascione <dancol@dancol.org>
Tue, 3 Sep 2019 20:19:24 +0000 (13:19 -0700)
commit5f089ac93f18fbd6e8131b81e1c6b403894b5759
treeb0d7d54b573728099dc3bf45c7f18d3b6a3bc385
parent97ffa339b6d67cebcbefbdfaa2880214adab639c
Run tramp cleanup in correct buffer

Fixes bug #37297.

* lisp/net/tramp.el (tramp-process-sentinel): Do process-end cleanup
in the tramp buffer, not a random file buffer.
lisp/net/tramp.el