diff options
Diffstat (limited to 'lisp/play/gomoku.el')
-rw-r--r-- | lisp/play/gomoku.el | 5 |
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) + |