From 4aa1c73a2e77af7bcf1bd24837c9f07488068cdd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 22:11:09 +0000 Subject: *** no comment *** --- chess-display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 229a75a..432f959 100644 --- a/chess-display.el +++ b/chess-display.el @@ -81,7 +81,7 @@ makes moves, or any other changes to the underlying game." (with-current-buffer (generate-new-buffer "*Chessboard*") (setq buffer (current-buffer)) (chess-display-mode read-only) - (when (funcall handler 'initialize) + (when (setq buffer (funcall handler 'initialize)) (add-hook 'kill-buffer-hook 'chess-display-quit nil t) (setq chess-display-style style chess-display-perspective perspective -- cgit v1.2.3