diff options
Diffstat (limited to 'chess-ics1.el')
| -rw-r--r-- | chess-ics1.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-ics1.el b/chess-ics1.el index 8a6e24d..0ce297e 100644 --- a/chess-ics1.el +++ b/chess-ics1.el @@ -98,7 +98,8 @@ PERSPECTIVE is t for white or nil for black." (interactive) (let ((pos (or position (chess-engine-position nil)))) (with-current-buffer (get-buffer-create "*scratch*") - (chess-ics1-draw pos t)))) + (chess-ics1-draw pos t) + (funcall chess-ics1-popup-function)))) (provide 'chess-ics1) |
