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:
parent
39408f318e
commit
efa1135ead
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user