diff options
Diffstat (limited to 'chess-file.el')
| -rw-r--r-- | chess-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
