diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-09 07:45:05 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-09 07:45:05 +0000 |
| commit | b5ad949f84688529e60ca25584ee77e64974b070 (patch) | |
| tree | 3de564f683f3401d1c73e13cae40357753b5cb40 /chess-display.el | |
| parent | 7b39c4fddcc382ed201b51970dc517b931289565 (diff) | |
*** no comment ***
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
