diff options
Diffstat (limited to 'chess-ics1.el')
| -rw-r--r-- | chess-ics1.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ics1.el b/chess-ics1.el index b95cfd4..33105b7 100644 --- a/chess-ics1.el +++ b/chess-ics1.el @@ -59,7 +59,7 @@ (defun chess-ics1-popup () (if chess-ics1-separate-frame - (chess-display-popup-in-frame 21 43 nil t) + (chess-display-popup-in-frame 21 43 nil nil t) (chess-display-popup-in-window))) (defsubst chess-ics1-piece-text (piece) |
