summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-26 22:49:36 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-26 22:49:36 +0000
commitabbf0afbceb7eb64b0ab665519139a182b43b95a (patch)
treeb54845fce7b6d2ec5397b5feecc1eebd3a81f23e
parentea36f34f4b1282115b5760a36bd48754d9353b4d (diff)
downloademacs-abbf0afbceb7eb64b0ab665519139a182b43b95a.tar.gz
(gomoku): Make it autoload.
-rw-r--r--lisp/play/gomoku.el15
1 files changed, 2 insertions, 13 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el
index 2ba013a2fa9..a403f2efddb 100644
--- a/lisp/play/gomoku.el
+++ b/lisp/play/gomoku.el
@@ -44,18 +44,6 @@
;; it yourself :-).
-;; HOW TO INSTALL:
-;;
-;; There is nothing specific w.r.t. installation: just put this file in the
-;; lisp directory and add an autoload for command gomoku in site-init.el. If
-;; you don't want to rebuild Emacs, then every single user interested in
-;; Gomoku will have to put the autoload command in its .emacs file. Another
-;; possibility is to define in your .emacs some command using (require
-;; 'gomoku).
-;;
-;; The most important thing is to BYTE-COMPILE gomoku.el because it is
-;; important that the code be as fast as possible.
-;;
;; There are two main places where you may want to customize the program: key
;; bindings and board display. These features are commented in the code. Go
;; and see.
@@ -63,7 +51,7 @@
;; HOW TO USE:
;;
-;; Once this file has been installed, the command "M-x gomoku" will display a
+;; The command "M-x gomoku" displays a
;; board, the size of which depends on the size of the current window. The
;; size of the board is easily modified by giving numeric arguments to the
;; gomoku command and/or by customizing the displaying parameters.
@@ -679,6 +667,7 @@ that DVAL has been added on SQUARE."
;;; INTERACTIVE COMMANDS.
;;;
+;;;###autoload
(defun gomoku (&optional n m)
"Start a Gomoku game between you and Emacs.
If a game is in progress, this command allow you to resume it.