summaryrefslogtreecommitdiff
path: root/chess-ucb.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-06-14 23:41:56 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-06-14 23:41:56 +0000
commit36f7cba0c4eb6535f170c7b8957e414dd3b91499 (patch)
tree006e030a0254726259e80ad700c8088ce307b6b0 /chess-ucb.el
parent5badda2b5c155f5afbd238c97d5ca93b075e2ac5 (diff)
various small bug fixes
Diffstat (limited to 'chess-ucb.el')
-rw-r--r--chess-ucb.el5
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)