From fa6d9924972f0472c2f05d10d2909e20e8af7b4b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 10 Apr 2002 21:00:28 +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 33f1aad..d24e206 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -228,6 +228,9 @@ color will do." (push i found))) found)) +(defsubst chess-pos-to-string (position &optional full) + (chess-pos-to-fen position full)) + (defconst chess-pos-piece-values '((?p . 1) (?n . 3) -- cgit v1.2.3