From fc23f824fa3ea525251cf71b6fc0c277c30ed398 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 28 Mar 2002 08:29:09 +0000 Subject: Made the display code into part of the core library. --- chess-ply.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-ply.el') diff --git a/chess-ply.el b/chess-ply.el index 65c11b7..6b810d4 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -82,7 +82,7 @@ (> piece ?a) (< piece ?a))) (dolist (candidate (funcall (or search-func - chess-standard-search) + 'chess-standard-search-position) position to t)) (push (chess-ply-create position candidate to) plies)))))) -- cgit v1.2.3