diff options
| author | Mario Lang <mlang@delysid.org> | 2014-03-03 01:04:02 +0100 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-03-03 01:04:02 +0100 |
| commit | 6383bff886da38052b04c0168b431673b930a8a6 (patch) | |
| tree | 68357df0d30e0ca48d2d7d3bd0de97db534ec25a /chess-epd.el | |
| parent | 63a0eac02cf782a5cf4cd402984d47ff9414c106 (diff) | |
Fix (some) Emacs24 compatibility issues.
Diffstat (limited to 'chess-epd.el')
| -rw-r--r-- | chess-epd.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-epd.el b/chess-epd.el index eeaed56..930242a 100644 --- a/chess-epd.el +++ b/chess-epd.el @@ -37,6 +37,7 @@ ;;; Code: (require 'chess-fen) +(require 'chess-game) (require 'chess-ply) (require 'chess-pos) (require 'chess-var) |
