From 5fbbfaf36f1dc7da3c7539568fe473bbf079c513 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 10 Apr 2002 23:16:18 +0000 Subject: *** no comment *** --- chess-pos.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-pos.el') diff --git a/chess-pos.el b/chess-pos.el index d24e206..fdc5f6d 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -231,6 +231,9 @@ color will do." (defsubst chess-pos-to-string (position &optional full) (chess-pos-to-fen position full)) +(defsubst chess-pos-from-string (fen) + (chess-fen-to-pos fen)) + (defconst chess-pos-piece-values '((?p . 1) (?n . 3) -- cgit v1.2.3