diff options
| author | Mario Lang <mlang@delysid.org> | 2014-04-02 01:37:37 +0200 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-04-02 01:37:37 +0200 |
| commit | ad80cdf9b05c79febe5b1e27362d0612bce1de0b (patch) | |
| tree | 4bcd6797d44a7118fa4d7da91252e7852de9b6c4 /chess-input.el | |
| parent | a1dfd57a807d30ea2fb33c4a1c0608f29f00bfbd (diff) | |
Eliminate a few compiler warnings due to missing require or cl runtime use.
Diffstat (limited to 'chess-input.el')
| -rw-r--r-- | chess-input.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-input.el b/chess-input.el index 200b272..2a9b63f 100644 --- a/chess-input.el +++ b/chess-input.el @@ -7,6 +7,10 @@ ;; only way to move your pieces around! ;; +(require 'chess-algebraic) +(require 'chess-ply) +(require 'chess-pos) + (defvar chess-input-move-string "") (defvar chess-input-moves-pos nil) (defvar chess-input-moves nil) |
