diff options
| author | Mario Lang <mlang@delysid.org> | 2013-09-05 16:53:14 +0200 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2013-09-05 16:53:14 +0200 |
| commit | 4a73c7fbb3e232545ab43ab5b3163f658e794155 (patch) | |
| tree | f14bb920ce1b3dca77234fd9a0a5babea7124189 /chess-algebraic.el | |
| parent | 15fa000db5cd6488591e194c1bbaf5f171181c15 (diff) | |
Load `cl' at compile time for `assert'.
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]") |
