summaryrefslogtreecommitdiff
path: root/chess-ucb.el
diff options
context:
space:
mode:
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)