From 033a9058945b4388e854efbd0beb0925b64ca17a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 17 Jun 2002 21:56:10 +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 f83632b..8d9811b 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -327,8 +327,8 @@ who is black." (let ((buf (if (nth 4 server) (apply 'make-comint "chess-ics" (nth 4 server) nil (nth 5 server)) - (apply 'make-comint "chess-ics" - (cons (nth 0 server) (nth 1 server)))))) + (make-comint "chess-ics" (cons (nth 0 server) + (nth 1 server)))))) (chess-message 'ics-connected (nth 0 server)) -- cgit v1.2.3