eschulte pushed a commit to branch go
in repository elpa.
commit 7e9b39048573f25eaee3ff7592265e64f0354481
Author: Eric Schulte <[email protected]>
Date: Sun Jun 3 11:51:49 2012 -0600
less permissive igs move regular expression
---
back-ends/igs.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/back-ends/igs.el b/back-ends/igs.el
index 9c45ed4..b3ec70c 100644
--- a/back-ends/igs.el
+++ b/back-ends/igs.el
@@ -239,7 +239,7 @@ This is used to re-send messages to keep the IGS server
from timing out.")
"Regular expression used to parse igs game listings.")
(defvar igs-move-piece-re
- "[[:digit:]]+(\\([WB]\\)): \\([[:alpha:][:digit:]]+\\)"
+ "[[:digit:]]+(\\([WB]\\)): \\([[:alpha:]][[:digit:]]+\\)"
"Regular expression used to match an IGS move.")
(defvar igs-move-time-re "TIME")