From b5ad949f84688529e60ca25584ee77e64974b070 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 07:45:05 +0000 Subject: *** no comment *** --- chess-display.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 85eac1b..24a4638 100644 --- a/chess-display.el +++ b/chess-display.el @@ -485,6 +485,7 @@ Basically, it means we are playing, not editing or reviewing." (defun chess-display-shuffle () "Generate a shuffled opening position." (interactive) + (require 'chess-random) (if (and (chess-display-active-p) (= 0 (chess-display-index nil))) (chess-game-set-start-position chess-display-game -- cgit v1.2.3