diff options
Diffstat (limited to 'chess-ply.el')
| -rw-r--r-- | chess-ply.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))))) |
