From ad80cdf9b05c79febe5b1e27362d0612bce1de0b Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 2 Apr 2014 01:37:37 +0200 Subject: Eliminate a few compiler warnings due to missing require or cl runtime use. --- chess-module.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-module.el') diff --git a/chess-module.el b/chess-module.el index f29dff2..a4263c9 100644 --- a/chess-module.el +++ b/chess-module.el @@ -3,6 +3,9 @@ ;; Basic module support code underlying all chess.el modules ;; +(eval-when-compile + (require 'cl)) + (require 'chess-game) (defvar chess-module-game nil) -- cgit v1.2.3