diff options
| author | Mario Lang <mlang@delysid.org> | 2004-01-10 16:25:01 +0000 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2004-01-10 16:25:01 +0000 |
| commit | 2a6a2ad60df7af86a164349545a80bb45ae0079f (patch) | |
| tree | 9122c61d7198677bf3ded797d1dd81fd7f0a3fa0 /chess-engine.el | |
| parent | 4b28b3327a5ceff5b0c19e74cd1f8fb7ca4c49a6 (diff) | |
blah, this isnt healthy.
Diffstat (limited to 'chess-engine.el')
| -rw-r--r-- | chess-engine.el | 5 |
1 files changed, 1 insertions, 4 deletions
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))))) |
