]> git.eshelyaron.com Git - emacs.git/commit
Avoid infinitly looping in tramp-interrupt-process (bug#35506)
authorJohn Shahid <jvshahid@gmail.com>
Wed, 15 May 2019 14:29:58 +0000 (16:29 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 15 May 2019 14:29:58 +0000 (16:29 +0200)
commitd0ebc389ebba0ca5b99e019c47c4a616941378ac
tree5a96bd22029a3caa43a6749f7e5fd96e87b42a5f
parent356fb18a1f64e58559fef92016be258b8cc70753
Avoid infinitly looping in tramp-interrupt-process (bug#35506)

* lisp/net/tramp.el (tramp-interrupt-process): Remove with-timeout.
Instead pass a timeout to tramp-accept-process-output.
tramp-accept-process-output stops timers from running which makes the
with-timeout ineffective.
lisp/net/tramp.el