From 4f7271d9ea4f82eb316b05a54bac9030d1127c8e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 23:17:48 +0000 Subject: *** no comment *** --- chess.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index a026af9..7579ec1 100644 --- a/chess.el +++ b/chess.el @@ -124,8 +124,8 @@ available." (defun chess--create-engine (module game response-handler ctor-args) (if (require module nil t) - (let ((engine (chess-engine-create game module - response-handler ctor-args))) + (let ((engine (apply 'chess-engine-create game module + response-handler ctor-args))) (when engine ;; for the sake of engines which are ready to play now, and ;; which don't need connect/accept negotiation (most -- cgit v1.2.3