From 36f7cba0c4eb6535f170c7b8957e414dd3b91499 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 14 Jun 2002 23:41:56 +0000 Subject: various small bug fixes --- chess-ucb.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chess-ucb.el') 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) -- cgit v1.2.3