From 8707541495bd6ec82aca367722f05a495c5c0e68 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 27 Jun 2005 23:53:24 +0000 Subject: (chess-plain-popup): Pass nil for the `font' argument to `chess-display-popup-in-frame', since we don't care what the size of the font is with textual chessboards. --- chess-plain.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3