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 f0ce90a..89ca0a6 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -32,6 +32,8 @@ ;; chess-algebraic-regexp ;; +(require 'chess-message) + (defconst chess-algebraic-pieces-regexp "[RNBKQ]") (defconst chess-algebraic-regexp |
