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-tutorial.el | |
| parent | a1dfd57a807d30ea2fb33c4a1c0608f29f00bfbd (diff) | |
Eliminate a few compiler warnings due to missing require or cl runtime use.
Diffstat (limited to 'chess-tutorial.el')
| -rw-r--r-- | chess-tutorial.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-tutorial.el b/chess-tutorial.el index cfa0a01..0875bca 100644 --- a/chess-tutorial.el +++ b/chess-tutorial.el @@ -3,6 +3,7 @@ ;; A special kind of display that merely autosaves the game ;; +(require 'chess-display) (require 'chess-game) (chess-message-catalog 'english |
