From 398cfb8a36044262efbc4a2f1cdfe6ba9c12f1e6 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 7 Dec 2004 15:27:52 +0000 Subject: require chess-message whereever necessary (ks) --- chess-algebraic.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-algebraic.el') diff --git a/chess-algebraic.el b/chess-algebraic.el index f0ce90a..89ca0a6 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -32,6 +32,8 @@ ;; chess-algebraic-regexp ;; +(require 'chess-message) + (defconst chess-algebraic-pieces-regexp "[RNBKQ]") (defconst chess-algebraic-regexp -- cgit v1.2.3