diff options
| -rw-r--r-- | chess-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el index b140b1c..b7ca1ba 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -258,7 +258,7 @@ (setq chess-engine-pending-offer nil chess-engine-pending-arg nil) - t))))) + t)))) (defun chess-engine-create (module &optional response-handler &rest args) (let ((regexp-alist (intern-soft (concat (symbol-name module) |
