]> git.eshelyaron.com Git - emacs.git/commit
* lisp/textmodes/ispell.el: Check process is live before interacting.
authorReuben Thomas <rrt@sc3d.org>
Sun, 27 Jun 2021 21:07:06 +0000 (22:07 +0100)
committerReuben Thomas <rrt@sc3d.org>
Mon, 28 Jun 2021 12:39:50 +0000 (13:39 +0100)
commit881e75873dfb15077413d96c6606bbf042ab0a93
tree6c640e90bd03521537445414a8666e39cad3abc3
parente9de80f028cdd1c551061db68ee2f9b40b555085
* lisp/textmodes/ispell.el: Check process is live before interacting.

Check that `ispell-process' is live before trying to read from or
write to it. This avoids a hang if the process has died.
lisp/textmodes/ispell.el