summaryrefslogtreecommitdiff
path: root/chess-file.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2014-05-20 03:25:59 +0200
committerMario Lang <mlang@delysid.org>2014-05-20 03:25:59 +0200
commit8f0f2044b5445722aff29a0c58461a794564f13a (patch)
tree0b2a8af14062b02a16e439125c8738cbcea67765 /chess-file.el
parent940fce2ade6a25bf4462330f2feea8ef5a39906f (diff)
Eliminate the circular dependency between chess-pos and chess-fen.
We remove functions chess-pos-to-string and chess-pos-from-string which are really just aliases for chess-fen-to-pos and chess-pos-to-fen.
Diffstat (limited to 'chess-file.el')
-rw-r--r--chess-file.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-file.el b/chess-file.el
index 84e6c1f..1b3028b 100644
--- a/chess-file.el
+++ b/chess-file.el
@@ -27,6 +27,8 @@
;;; Code:
+(require 'chess-fen)
+
(defvar chess-file-locations nil
"A list of starting positions of individual records of this collection.")
(make-variable-buffer-local 'chess-file-locations)