Mercurial > emacs
changeset 23841:f7665af4bdf8
(ispell-kill-ispell): Don't send newline after EOF.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Dec 1998 02:19:14 +0000 |
parents | 4a967683f653 |
children | 8f7308ba6600 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Wed Dec 09 21:20:26 1998 +0000 +++ b/lisp/textmodes/ispell.el Thu Dec 10 02:19:14 1998 +0000 @@ -1857,7 +1857,6 @@ (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)