From 8f0f2044b5445722aff29a0c58461a794564f13a Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 20 May 2014 03:25:59 +0200 Subject: 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. --- chess-file.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-file.el') 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) -- cgit v1.2.3