summaryrefslogtreecommitdiff
path: root/chess-ics1.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ics1.el')
-rw-r--r--chess-ics1.el3
1 files changed, 1 insertions, 2 deletions
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))