emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 155/255: less permissive igs move regular expression


From: Eric Schulte
Subject: [elpa] 155/255: less permissive igs move regular expression
Date: Sun, 16 Mar 2014 01:02:38 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 7e9b39048573f25eaee3ff7592265e64f0354481
Author: Eric Schulte <address@hidden>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]