From 57b8e0947024d5be6c6e8725a598002f8b4a7364 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 25 Apr 2002 20:21:55 +0000 Subject: fixes to the ICS client --- chess-engine.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index 090332e..aac40a6 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -395,8 +395,7 @@ (goto-char chess-engine-last-pos) (goto-char (point-min))) (unwind-protect - (while (and (not (eobp)) - (/= (line-end-position) (point-max))) + (while (not (eobp)) (let ((triggers chess-engine-regexp-alist) last-trigger result) (while triggers -- cgit v1.2.3