diff options
Diffstat (limited to 'chess-chat.el')
| -rw-r--r-- | chess-chat.el | 2 |
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) |
