diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-03-02 04:20:59 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-03-02 04:20:59 +0000 |
| commit | 4cd80196667e882dbff4be03c15292417c142aaa (patch) | |
| tree | 30610d7e3e1357b1116612b2d9a7a680d2b01a45 /chess-process.el | |
| parent | 78bc42be23ca642af88dcedc347169ae1ca17b9b (diff) | |
Fix to chess engine support.
Diffstat (limited to 'chess-process.el')
| -rw-r--r-- | chess-process.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-process.el b/chess-process.el index b5a2544..729cc8b 100644 --- a/chess-process.el +++ b/chess-process.el @@ -50,7 +50,7 @@ related to the resulting process.") (chess-algebraic-to-ply (chess-game-pos chess-process-game) move))))) 1 2) - '(".*Illegal move:\\s-*\\(.*\\)" + '(".*illegal move:\\s-*\\(.*\\)" (signal 'chess-illegal (match-string 1))) '(".+?\015" (replace-match ""))) "A list of regexps and the commands that they trigger. |
