diff options
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. |
