From ef7c29d679c6aaf8dda55772e65800097c46f163 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 05:40:38 +0000 Subject: *** no comment *** --- 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 96aa8eb..e6f86ca 100644 --- a/chess-images.el +++ b/chess-images.el @@ -152,17 +152,16 @@ called." "The names and index values of the different pieces.") (chess-message-catalog 'english - '((no-images-fallback . "Could not find suitable chess images; using ics1 display"))) + '((no-images-fallback . "Could not find suitable chess images"))) (defun chess-images-handler (event &rest args) (cond ((eq event 'initialize) (when (display-graphic-p) (chess-images-initialize) - (if chess-images-size - (current-buffer) - (chess-message 'no-images-fallback) - nil))) + (or chess-images-size + (ignore + (chess-message 'no-images-fallback))))) ((eq event 'popup) (if chess-display-popup -- cgit v1.2.3