mlang pushed a commit to branch externals/chess
in repository elpa.

commit f3d3337b2dc1a030d4d87a430d87ddcf56bf65f1
Author: Mario Lang <ml...@delysid.org>
Date:   Sun Jun 15 04:18:24 2014 +0200

    * chess-display.el (chess-fen, chess-pgn): Require.
---
 chess-display.el |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/chess-display.el b/chess-display.el
index f92a213..0287487 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -25,11 +25,13 @@
 
 ;;; Code:
 
+(require 'chess-fen)
+(require 'chess-input)
 (require 'chess-message)
 (require 'chess-module)
-(require 'chess-var)
-(require 'chess-input)
+(require 'chess-pgn)
 (require 'chess-random)
+(require 'chess-var)
 
 (defgroup chess-display nil
   "Options common to all chessboard displays."

Reply via email to