summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-30 22:36:12 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-30 22:36:12 +0000
commitbb1371963658a780e6a59faf8d55117e1b1cd994 (patch)
tree14dcb03fee6ce323041c082fa9f3bc7a802173a5
parent27333d1aaf5880587a80b86954b3ebaefd51341a (diff)
*** no comment ***
-rw-r--r--chess-engine.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el
index 4a04c0d..45d909e 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -282,7 +282,8 @@
(defun chess-engine-create (module game &optional response-handler
&rest handler-ctor-args)
- (let* ((engine (chess-module-create module game nil handler-ctor-args)))
+ (let* ((engine (apply 'chess-module-create module game nil
+ handler-ctor-args)))
(when engine
(with-current-buffer engine
(setq chess-engine-regexp-alist