summaryrefslogtreecommitdiff
path: root/chess-chat.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2014-03-03 01:04:02 +0100
committerMario Lang <mlang@delysid.org>2014-03-03 01:04:02 +0100
commit6383bff886da38052b04c0168b431673b930a8a6 (patch)
tree68357df0d30e0ca48d2d7d3bd0de97db534ec25a /chess-chat.el
parent63a0eac02cf782a5cf4cd402984d47ff9414c106 (diff)
Fix (some) Emacs24 compatibility issues.
Diffstat (limited to 'chess-chat.el')
-rw-r--r--chess-chat.el2
1 files changed, 2 insertions, 0 deletions
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)