From 42660d3b56dc221d7662edef84287646008da9c0 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Fri, 16 Jan 2004 09:47:19 +0000 Subject: We no longer need to dedvar chess-ai-regexp-alist with a nil value. --- chess-ai.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'chess-ai.el') diff --git a/chess-ai.el b/chess-ai.el index 0e5eca6..bd05f5e 100644 --- a/chess-ai.el +++ b/chess-ai.el @@ -101,9 +101,6 @@ Returns (VALUE . LIST-OF-PLIES) where (mapcar func (nreverse (cdr res))) (nreverse (cdr res)))))) -;; TBD: It is somewhat strange that we need to define this variable. -(defvar chess-ai-regexp-alist nil) - (defun chess-ai-handler (game event &rest args) (unless chess-engine-handling-event (cond -- cgit v1.2.3