From efa1135eadab651cb2c53d6dde02a9f932c1a45a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Dec 1998 02:19:14 +0000 Subject: [PATCH] (ispell-kill-ispell): Don't send newline after EOF. --- lisp/textmodes/ispell.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2