summaryrefslogtreecommitdiff
path: root/chess-ics.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ics.el')
-rw-r--r--chess-ics.el4
1 files changed, 2 insertions, 2 deletions
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))