summaryrefslogtreecommitdiff
path: root/chess-epd.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2014-03-03 01:04:02 +0100
committerMario Lang <mlang@delysid.org>2014-03-03 01:04:02 +0100
commit6383bff886da38052b04c0168b431673b930a8a6 (patch)
tree68357df0d30e0ca48d2d7d3bd0de97db534ec25a /chess-epd.el
parent63a0eac02cf782a5cf4cd402984d47ff9414c106 (diff)
Fix (some) Emacs24 compatibility issues.
Diffstat (limited to 'chess-epd.el')
-rw-r--r--chess-epd.el1
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)