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-plain.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-plain.el') diff --git a/chess-plain.el b/chess-plain.el index 084b43f..c794038 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -108,8 +108,7 @@ modify `chess-plain-piece-chars' to avoid real confusion.)" ((eq event 'initialize) t) ((eq event 'popup) - (if chess-display-popup - (funcall chess-plain-popup-function))) + (funcall chess-plain-popup-function)) ((eq event 'draw) (apply 'chess-plain-draw args)) -- cgit v1.2.3