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-chat.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-chat.el') diff --git a/chess-chat.el b/chess-chat.el index ab1dd3b..dd6f694 100644 --- a/chess-chat.el +++ b/chess-chat.el @@ -4,6 +4,8 @@ ;; saved. RET is used to send each chat line. ;; +(require 'chess-module) + (defvar chess-chat-input-last nil) (make-variable-buffer-local 'chess-chat-input-last) -- cgit v1.2.3