summaryrefslogtreecommitdiff
path: root/lisp/play/gomoku.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commite8151d91bd02af2b60974c2a439450c81bd24974 (patch)
tree52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/play/gomoku.el
parent18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff)
downloademacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/play/gomoku.el')
-rw-r--r--lisp/play/gomoku.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el
index c40c108895f..a3783e63c5e 100644
--- a/lisp/play/gomoku.el
+++ b/lisp/play/gomoku.el
@@ -23,9 +23,6 @@
;;; with precious advices from J.-F. Rit.
;;; This has been tested with GNU Emacs 18.50.
-(provide 'gomoku)
-
-
;; RULES:
;;
;; Gomoku is a game played between two players on a rectangular board. Each
@@ -1158,4 +1155,6 @@ If the game is finished, this command requests for another game."
(gomoku-move-down)
(gomoku-move-left))
+(provide 'gomoku)
+