summaryrefslogtreecommitdiff
path: root/chess.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-14 23:17:48 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-14 23:17:48 +0000
commit4f7271d9ea4f82eb316b05a54bac9030d1127c8e (patch)
tree2bc9aca9e184f57a83ee74a68c97aca261cbc7c2 /chess.el
parentdb5b94f367aebaeb019b46b2e2feb9f366d5d964 (diff)
*** no comment ***
Diffstat (limited to 'chess.el')
-rw-r--r--chess.el4
1 files changed, 2 insertions, 2 deletions
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