diff options
| -rw-r--r-- | chess-plain.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-plain.el b/chess-plain.el index e67fb78..654fce4 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -121,7 +121,8 @@ modify `chess-plain-piece-chars' to avoid real confusion.)" (defun chess-plain-popup () (if chess-plain-separate-frame - (chess-display-popup-in-frame 9 (* (1+ chess-plain-spacing) 8) nil t) + (chess-display-popup-in-frame 9 (* (1+ chess-plain-spacing) 8) + nil nil t) (chess-display-popup-in-window))) (defun chess-plain-piece-text (piece rank file) |
