diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-06-14 23:41:56 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-06-14 23:41:56 +0000 |
| commit | 36f7cba0c4eb6535f170c7b8957e414dd3b91499 (patch) | |
| tree | 006e030a0254726259e80ad700c8088ce307b6b0 /chess-ucb.el | |
| parent | 5badda2b5c155f5afbd238c97d5ca93b075e2ac5 (diff) | |
various small bug fixes
Diffstat (limited to 'chess-ucb.el')
| -rw-r--r-- | chess-ucb.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chess-ucb.el b/chess-ucb.el index c0b37c0..b553428 100644 --- a/chess-ucb.el +++ b/chess-ucb.el @@ -46,8 +46,9 @@ ;; jww (2002-04-25): cat is not bidirectional, so I need ;; something like "nc" that can talk with characters devices ;; at 9600 8N1. - (start-process "*chess-ucb*" (current-buffer) - (executable-find "cat") chess-ucb-device) + (setq chess-engine-process + (start-process "*chess-ucb*" (current-buffer) + (executable-find "cat") chess-ucb-device)) t)) ((memq event 'orient) |
