From b60fd83dd950c2c5ef04f23f25bf0d25ac9c11db Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 03:37:26 +0000 Subject: Simplified the code, removed the 'search-function' nonsense. Even the wackiest chess variants use standard move notation. `chess-ply-create' now fully validates and annotates the plies that it creates, based on the initial piece move (such as the king, in the case of castling). --- chess-images.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-images.el') diff --git a/chess-images.el b/chess-images.el index b4b9488..e02c92e 100644 --- a/chess-images.el +++ b/chess-images.el @@ -38,8 +38,8 @@ (defcustom chess-images-directory (if (file-directory-p "/usr/share/games/xboard/pixmaps") "/usr/share/games/xboard/pixmaps" - (expand-file-name "pixmaps" (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 -- cgit v1.2.3