diff options
| -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 165e9f5..02e1dd7 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -289,7 +289,7 @@ maneuver." (defsubst chess-ply--add (rank-adj file-adj &optional pos) "This is totally a shortcut." - (let ((target (or pos (chess-incr-index* candidate rank-adj file-adj)))) + (let ((target (or pos (chess-incr-index candidate rank-adj file-adj)))) (if (and (or (not specific-target) (= target specific-target)) (chess-pos-legal-candidates position color target |
