From 2a6a2ad60df7af86a164349545a80bb45ae0079f Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sat, 10 Jan 2004 16:25:01 +0000 Subject: blah, this isnt healthy. --- chess-engine.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index f3c8527..f3c2f30 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -367,10 +367,7 @@ (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))))) -- cgit v1.2.3