diff options
| author | Karl Heuer | 1998-12-10 02:19:14 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-12-10 02:19:14 +0000 |
| commit | efa1135eadab651cb2c53d6dde02a9f932c1a45a (patch) | |
| tree | f65a2597b1a9405f514799246dbbadb9d177bdf8 | |
| parent | 39408f318e025897e8c9f5ff6f636e8ee509bdfc (diff) | |
| download | emacs-efa1135eadab651cb2c53d6dde02a9f932c1a45a.tar.gz emacs-efa1135eadab651cb2c53d6dde02a9f932c1a45a.zip | |
(ispell-kill-ispell): Don't send newline after EOF.
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 1857 | (or no-error | 1857 | (or no-error |
| 1858 | (error "There is no ispell process running!")) | 1858 | (error "There is no ispell process running!")) |
| 1859 | (process-send-eof ispell-process) | 1859 | (process-send-eof ispell-process) |
| 1860 | (process-send-string ispell-process "\n") ; make sure side effects occured | ||
| 1861 | (if (eq (process-status ispell-process) 'run) | 1860 | (if (eq (process-status ispell-process) 'run) |
| 1862 | (accept-process-output ispell-process 1)) | 1861 | (accept-process-output ispell-process 1)) |
| 1863 | (if (eq (process-status ispell-process) 'run) | 1862 | (if (eq (process-status ispell-process) 'run) |