diff options
Diffstat (limited to 'chess-file.el')
| -rw-r--r-- | chess-file.el | 2 |
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) |
