From c3789d871a5d68b3df36a9554633e60353354518 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 27 Jun 2005 23:52:56 +0000 Subject: (chess-ics1-popup): Added `font' argument in call to `chess-display-popup-in-frame'. --- chess-ics1.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3