diff options
Diffstat (limited to 'chess-images.el')
| -rw-r--r-- | chess-images.el | 9 |
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 |
