summaryrefslogtreecommitdiff
path: root/chess-images.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-08 11:58:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-08 11:58:38 +0000
commitc8035b447939f1ab72956168e5df81c445ffbb45 (patch)
treec2e40faf73e2b5f8cfa5e51f9f682175e00bf65d /chess-images.el
parent9ad8812f86719c346246b4fa70177b0d46a96dc0 (diff)
*** no comment ***
Diffstat (limited to 'chess-images.el')
-rw-r--r--chess-images.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/chess-images.el b/chess-images.el
index 9711780..d3ac937 100644
--- a/chess-images.el
+++ b/chess-images.el
@@ -44,9 +44,8 @@
(defcustom chess-images-directory
(if (file-directory-p "/usr/share/games/xboard/pixmaps")
"/usr/share/games/xboard/pixmaps"
- (expand-file-name "pieces/xboard"
- (file-name-directory
- (or load-file-name buffer-file-name))))
+ (expand-file-name "pieces" (file-name-directory
+ (or load-file-name buffer-file-name))))
"Directory containing the chess piece bitmap images.
You are free to use your own chess pieces, of any size. By default, I
assume you have xboard installed, or can go get the pixmaps that come