From c171394743d2a10cfe872ce076c5a8f7269d7b2b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Apr 2002 08:34:35 +0000 Subject: More general bug fixing, efficiency improvements, etc. --- chess-images.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'chess-images.el') 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 -- cgit v1.2.3