summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-display.el b/chess-display.el
index 1ebe9ba..57ea7f5 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -917,7 +917,8 @@ Clicking once on a piece selects it; then click on the target location."
(chess-display-update nil)
(let ((s-piece (chess-pos-piece position
(cadr last-sel)))
- (t-piece (chess-pos-piece position coord)) ply)
+ (t-piece (chess-pos-piece position coord))
+ ply)
(if (and (/= t-piece ? )
(or (and (< t-piece ?a)
(< s-piece ?a))