From bb1371963658a780e6a59faf8d55117e1b1cd994 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 30 Apr 2002 22:36:12 +0000 Subject: *** no comment *** --- chess-engine.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-engine.el') 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 -- cgit v1.2.3