From 059e5edba1175504698637f734eb5bf975b299fa Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 1 Mar 2002 08:08:28 +0000 Subject: Playing against crafty now works. --- chess-maint.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chess-maint.el (limited to 'chess-maint.el') diff --git a/chess-maint.el b/chess-maint.el new file mode 100644 index 0000000..e229c50 --- /dev/null +++ b/chess-maint.el @@ -0,0 +1,4 @@ +(require 'cl) +(defvar chess-modules) +(defvar chess-current-session) +(add-to-list 'load-path ".") -- cgit v1.2.3