diff options
| author | John Wiegley <johnw@newartisans.com> | 2018-08-29 22:49:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-29 22:49:20 -0700 |
| commit | 67339d896aa65d75272b80134a8128276c8c6a0f (patch) | |
| tree | 09eb145ffcbaf89d873c89e8346ee8d38a88ebbe /chess-module.el | |
| parent | 29dd9bb233e149cae62a2277020074f8fec1eec8 (diff) | |
| parent | 800dd7677276f9e425c5db37b3e31e56ab1dad32 (diff) | |
Merge pull request #23 from dickmao/fix-castling-legality
Add tests for castling legality and ics response handling.
Diffstat (limited to 'chess-module.el')
| -rw-r--r-- | chess-module.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-module.el b/chess-module.el index c581844..cfcae66 100644 --- a/chess-module.el +++ b/chess-module.el @@ -91,7 +91,7 @@ (chess-module-detach-game nil)) (setq chess-module-game game) (chess-game-add-hook game 'chess-module-event-handler - (or module (current-buffer))))) + (or module (current-buffer))))) (defsubst chess-module-leader-p (module) (chess-with-current-buffer module |
