summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-16 22:39:46 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-16 22:39:46 +0000
commit64bf7311bf40b797ca93ff269a9f6f36cdffd9ce (patch)
tree6e7613ffaf4e6061496c4b99be664c720082b7ef /chess-display.el
parent8b186795676c8f7e107e1879d3d46907fdf9db2c (diff)
whitespace changes
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))