From 8c74ac54b31f50f4e5e2c2d4e746181e243da9b5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 23:16:36 +0000 Subject: *** no comment *** --- chess-ics.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index 51eb94f..5bd9639 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -4,8 +4,8 @@ ;; ;; $Revision$ +(require 'comint) (require 'chess-network) -(require 'ics) (defgroup chess-ics nil "Engine for interacting with Internet Chess Servers." @@ -42,7 +42,7 @@ The list is comprised of: the ply the string represents, who is white, who is black." (let ((parts (split-string string " ")) (position (chess-pos-create t)) - white black ply) + white black move) (assert (= (length parts) 32)) -- cgit v1.2.3