]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-kill-ispell): Don't send newline after EOF.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Dec 1998 02:19:14 +0000 (02:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Dec 1998 02:19:14 +0000 (02:19 +0000)
lisp/textmodes/ispell.el

index 6e6ae5943a9b4037321e499594727736cbbf6031..92031719f5c6aaed67720a6fd299725b7b575938 100644 (file)
@@ -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)