diff options
Diffstat (limited to 'chess-algebraic.el')
| -rw-r--r-- | chess-algebraic.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-algebraic.el b/chess-algebraic.el index e9145e7..1c6f895 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -32,6 +32,8 @@ ;; chess-algebraic-regexp ;; +(eval-when-compile (require 'cl)) + (require 'chess-message) (defconst chess-algebraic-pieces-regexp "[RNBKQ]") |
