summaryrefslogtreecommitdiff
path: root/chess-algebraic.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-algebraic.el
parent63a0eac02cf782a5cf4cd402984d47ff9414c106 (diff)
Fix (some) Emacs24 compatibility issues.
Diffstat (limited to 'chess-algebraic.el')
-rw-r--r--chess-algebraic.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-algebraic.el b/chess-algebraic.el
index 1c6f895..6af6a0c 100644
--- a/chess-algebraic.el
+++ b/chess-algebraic.el
@@ -35,6 +35,7 @@
(eval-when-compile (require 'cl))
(require 'chess-message)
+(require 'chess-pos)
(defconst chess-algebraic-pieces-regexp "[RNBKQ]")