From e89ce0167d103cd5ae18c960033b9db915b4e069 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Fri, 2 Jan 2004 17:57:34 +0000 Subject: requires chess-pos --- chess-fen.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chess-fen.el b/chess-fen.el index b428a5f..1eb8d00 100644 --- a/chess-fen.el +++ b/chess-fen.el @@ -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)) -- cgit v1.2.3