]> code.delx.au - gnu-emacs-elpa/commitdiff
Removed the unnecessary chess-incr-index* function.
authorJohn Wiegley <johnw@newartisans.com>
Mon, 1 Sep 2008 09:01:28 +0000 (05:01 -0400)
committerJohn Wiegley <johnw@newartisans.com>
Mon, 1 Sep 2008 09:05:20 +0000 (05:05 -0400)
chess-ply.el

index 165e9f5bd9d67d174de9c0450b49d29ac84b50b4..02e1dd75143ac68a8815d08d568b2697e0b0b69f 100644 (file)
@@ -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