From 6383bff886da38052b04c0168b431673b930a8a6 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 3 Mar 2014 01:04:02 +0100 Subject: Fix (some) Emacs24 compatibility issues. --- chess-algebraic.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-algebraic.el') diff --git a/chess-algebraic.el b/chess-algebraic.el index 1c6f895..6af6a0c 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -35,6 +35,7 @@ (eval-when-compile (require 'cl)) (require 'chess-message) +(require 'chess-pos) (defconst chess-algebraic-pieces-regexp "[RNBKQ]") -- cgit v1.2.3