]> git.eshelyaron.com Git - emacs.git/commit
Revert "Make jsonrpc-shutdown a noop if process isn't running"
authorJoão Távora <joaotavora@gmail.com>
Sun, 12 Aug 2018 12:22:27 +0000 (13:22 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 12 Aug 2018 12:25:05 +0000 (13:25 +0100)
commita5cd6cb2b55a40e3f72e5354d87b3290708f60bf
tree70e9cb141d1e5e9a09da83917b193dc9aa8c435e
parenta04829d1b498fd63c534acae629580822ec66a7a
Revert "Make jsonrpc-shutdown a noop if process isn't running"

This reverts commit c580443325a3d071625185876a8f28e04793c625.  It
leads to situations where the sentinel hasn't run yet, which brings
problems if the normal process isn't running, but the stderr
pseudo-process still is.

* lisp/jsonrpc.el (jsonrpc-shutdown): Always enter loop.
lisp/jsonrpc.el