From: Karl Heuer Date: Thu, 10 Dec 1998 02:19:14 +0000 (+0000) Subject: (ispell-kill-ispell): Don't send newline after EOF. X-Git-Tag: emacs-20.4~1108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efa1135eadab651cb2c53d6dde02a9f932c1a45a;p=emacs.git (ispell-kill-ispell): Don't send newline after EOF. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 6e6ae5943a9..92031719f5c 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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)