From 59d1008283f339d6c6d146979c4cff0c6430b095 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 16 May 2002 17:28:18 +0000 Subject: miscellaneous fixes --- chess-ics1.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-ics1.el') diff --git a/chess-ics1.el b/chess-ics1.el index 6b2aa9c..b95cfd4 100644 --- a/chess-ics1.el +++ b/chess-ics1.el @@ -46,8 +46,7 @@ ((eq event 'initialize) t) ((eq event 'popup) - (if chess-display-popup - (funcall chess-ics1-popup-function))) + (funcall chess-ics1-popup-function)) ((eq event 'draw) (apply 'chess-ics1-draw args)) -- cgit v1.2.3