From 34a595962c5b153f6616bbe8420b8f389c493a3c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 28 Mar 2002 23:04:46 +0000 Subject: *** no comment *** --- chess-images.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chess-images.el') diff --git a/chess-images.el b/chess-images.el index f9e3efc..b0d972e 100644 --- a/chess-images.el +++ b/chess-images.el @@ -140,13 +140,6 @@ jww (2001-06-23): This is still not fully implemented." (defvar chess-images-size nil) -;;;###autoload -(defun chess-images (session buffer event &rest args) - "This display module presents a standard chessboard using images." - (if (not (eq event 'initialize)) - (apply 'chess-display session buffer event args) - (chess-display session buffer event 'chess-images))) - (defun chess-images-initialize () (let ((map (current-local-map))) (define-key map [?^] 'chess-images-increase-size) -- cgit v1.2.3