1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(ispell-kill-ispell): Don't send newline after EOF.

This commit is contained in:
Karl Heuer 1998-12-10 02:19:14 +00:00
parent 39408f318e
commit efa1135ead

View File

@ -1857,7 +1857,6 @@ With NO-ERROR, just return non-nil if there was no Ispell running."
(or no-error
(error "There is no ispell process running!"))
(process-send-eof ispell-process)
(process-send-string ispell-process "\n") ; make sure side effects occured
(if (eq (process-status ispell-process) 'run)
(accept-process-output ispell-process 1))
(if (eq (process-status ispell-process) 'run)