From b24315b28140dac7cf10828394ff347c4ad3e985 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 02:07:36 +0000 Subject: *** no comment *** --- chess-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-file.el') diff --git a/chess-file.el b/chess-file.el index dacf6b3..ddfeac7 100644 --- a/chess-file.el +++ b/chess-file.el @@ -20,7 +20,7 @@ ((eq event 'rescan) (goto-char (point-min)) (setq chess-file-locations nil) - (while (search-forward "[Event" nil t) + (while (search-forward "[Event " nil t) (goto-char (match-beginning 0)) (push (point) chess-file-locations) (forward-char 1)) -- cgit v1.2.3