From 3187bd1eadb312b6f6d6e1bb9218f19346300e7d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 29 Aug 2008 02:43:55 -0400 Subject: Several changes to fix byte-compile warnings, changed some iso-8859-1 encoded files to UTF-8, and switched to using insert-file-contents instead of the -literally variant (which doesn't respect content encodings). --- chess-ai.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-ai.el') diff --git a/chess-ai.el b/chess-ai.el index 427b515..7f3fc5f 100644 --- a/chess-ai.el +++ b/chess-ai.el @@ -21,6 +21,7 @@ ;;; Code: +(require 'chess) (require 'chess-common) (require 'chess-pos) (require 'chess-ply) -- cgit v1.2.3