]> code.delx.au - gnu-emacs-elpa/commitdiff
requires chess-pos
authorMario Lang <mlang@delysid.org>
Fri, 2 Jan 2004 17:57:34 +0000 (17:57 +0000)
committerMario Lang <mlang@delysid.org>
Fri, 2 Jan 2004 17:57:34 +0000 (17:57 +0000)
chess-fen.el

index b428a5f12e7bcc533cb69361d185563c66c90e84..1eb8d0097ba922dcd82c16940e1cad711d5cd6a5 100644 (file)
@@ -38,6 +38,8 @@
 ;; relate to the game, not the position.
 ;;
 
+(require 'chess-pos)
+
 (defun chess-fen-to-pos (fen)
   "Convert a FEN-like notation string to a chess position."
   (assert (stringp fen))