diff options
Diffstat (limited to 'chess-plain.el')
| -rw-r--r-- | chess-plain.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-plain.el b/chess-plain.el index 2a2c545..693e5eb 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -70,6 +70,7 @@ modify `chess-plain-piece-chars' to avoid real confusion.)" (defun chess-plain-handler (event &rest args) (cond + ((eq event 'initialize) t) ((eq event 'popup) (if chess-display-popup (funcall chess-plain-popup-function))) |
