summaryrefslogtreecommitdiff
path: root/chess-announce.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-announce.el')
-rw-r--r--chess-announce.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-announce.el b/chess-announce.el
index 5fb83a7..873531c 100644
--- a/chess-announce.el
+++ b/chess-announce.el
@@ -77,3 +77,7 @@ See `chess-display-type' for the different kinds of displays."
(when (and proc (eq (process-status proc) 'run))
(process-send-string proc (concat text "\n"))
(process-send-eof proc))))
+
+(provide 'chess-announce)
+
+;;; chess-announce.el ends here