From 59d1008283f339d6c6d146979c4cff0c6430b095 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 16 May 2002 17:28:18 +0000 Subject: miscellaneous fixes --- chess.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index 5b735dc..d250ba3 100644 --- a/chess.el +++ b/chess.el @@ -186,7 +186,8 @@ available." (when (car objects) (mapc 'chess-display-update objects) (chess-module-set-leader (car objects)) - (chess-display-popup (car objects))) + (unless disable-popup + (chess-display-popup (car objects)))) (nconc objects (chess-create-modules chess-default-modules 'chess-module-create game)) -- cgit v1.2.3