diff options
| author | Jim Blandy | 1992-06-24 05:09:26 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-06-24 05:09:26 +0000 |
| commit | daa3760289bd389e8c174c8d24b375cd875cd911 (patch) | |
| tree | 0abe3e6108e0e5a7c98f4c4aa68a495b0ecef09a /lisp/play | |
| parent | a4275ad1c8f60239b0bad43cef97ca86d35a51a3 (diff) | |
| download | emacs-daa3760289bd389e8c174c8d24b375cd875cd911.tar.gz emacs-daa3760289bd389e8c174c8d24b375cd875cd911.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/blackbox.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 59a21a25708..002a33ec37f 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp | 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 8 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation; either version 1, or (at your option) | 9 | ;; the Free Software Foundation; either version 2, or (at your option) |
| 10 | ;; any later version. | 10 | ;; any later version. |
| 11 | 11 | ||
| 12 | ;; GNU Emacs is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| @@ -114,6 +114,7 @@ The usual mnemonic keys move the cursor around the box. | |||
| 114 | (setq major-mode 'blackbox-mode) | 114 | (setq major-mode 'blackbox-mode) |
| 115 | (setq mode-name "Blackbox")) | 115 | (setq mode-name "Blackbox")) |
| 116 | 116 | ||
| 117 | ;;;###autoload | ||
| 117 | (defun blackbox (num) | 118 | (defun blackbox (num) |
| 118 | "Play blackbox. Optional prefix argument is the number of balls; | 119 | "Play blackbox. Optional prefix argument is the number of balls; |
| 119 | the default is 4. | 120 | the default is 4. |