summaryrefslogtreecommitdiff
path: root/chess-images.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-17 08:34:35 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-17 08:34:35 +0000
commitc171394743d2a10cfe872ce076c5a8f7269d7b2b (patch)
tree0906d6eb3a7d9e6367e22d32ea1158db2d759f53 /chess-images.el
parent4d1c4c72b5a9c2c0180531246389a452fc034bc8 (diff)
More general bug fixing, efficiency improvements, etc.
Diffstat (limited to 'chess-images.el')
-rw-r--r--chess-images.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/chess-images.el b/chess-images.el
index f92b9c7..597b2c8 100644
--- a/chess-images.el
+++ b/chess-images.el
@@ -415,11 +415,10 @@ This is necessary for bizzare Emacs reasons."
`(("background" . ,chess-images-dark-color)
("background" . ,chess-images-light-color))))))
(if foreground
- (nconc
- syms
- (list (nth foreground
- `(("dark_piece" . ,chess-images-black-color)
- ("light_piece" . ,chess-images-white-color))))))
+ (nconc syms
+ (list (nth foreground
+ `(("dark_piece" . ,chess-images-black-color)
+ ("light_piece" . ,chess-images-white-color))))))
(if chess-images-border-width
(create-image
(chess-images-hack-xpm file chess-images-border-width