]> code.delx.au - gnu-emacs-elpa/commitdiff
blah, this isnt healthy.
authorMario Lang <mlang@delysid.org>
Sat, 10 Jan 2004 16:25:01 +0000 (16:25 +0000)
committerMario Lang <mlang@delysid.org>
Sat, 10 Jan 2004 16:25:01 +0000 (16:25 +0000)
chess-engine.el

index f3c852726ad96cbd4756684778b83ce86344c389..f3c2f30f3d334a6995ae067821369821220f5e59 100644 (file)
     (let ((proc chess-engine-process))
       (if proc
          (if (memq (process-status proc) '(run open))
-             (progn
-                (goto-char (point-max))
-               (insert-before-markers string)
-               (process-send-string proc string))
+             (process-send-string proc string)
            (chess-message 'engine-not-running)
            (chess-engine-command nil 'destroy))
        (chess-engine-command nil 'send string)))))