From 9ad8812f86719c346246b4fa70177b0d46a96dc0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 11:56:01 +0000 Subject: *** no comment *** --- chess-engine.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index 125bccb..318c205 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -65,8 +65,8 @@ (with-current-buffer (generate-new-buffer " *chess-engine*") (setq chess-engine-regexp-alist (symbol-value regexp-alist) chess-engine-event-handler handler - chess-engine-response-handler (or 'chess-engine-default-handler - user-handler)) + chess-engine-response-handler (or user-handler + 'chess-engine-default-handler)) (let ((proc (apply handler 'initialize args))) (when (processp proc) (unless (memq (process-status proc) '(run open)) -- cgit v1.2.3