summaryrefslogtreecommitdiff
path: root/chess-ics1.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ics1.el')
-rw-r--r--chess-ics1.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ics1.el b/chess-ics1.el
index ac8e485..f21c63e 100644
--- a/chess-ics1.el
+++ b/chess-ics1.el
@@ -39,7 +39,7 @@
(defun chess-ics1-handler (event &rest args)
(cond
- ((eq event 'initialize) (current-buffer))
+ ((eq event 'initialize) t)
((eq event 'popup)
(if chess-display-popup
(funcall chess-ics1-popup-function)))