Mercurial > emacs
comparison lisp/play/dunnet.el @ 14169:83f275dcd93a
Update FSF's address.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Sun, 14 Jan 1996 07:34:30 +0000 |
parents | de80a367ca08 |
children | 65151464291f |
comparison
equal
deleted
inserted
replaced
14168:3b925cc52931 | 14169:83f275dcd93a |
---|---|
1 ;;; dunnet.el --- Text adventure for Emacs | 1 ;;; dunnet.el --- Text adventure for Emacs |
2 | |
3 ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. | |
2 | 4 |
3 ;; Author: Ron Schnell <ronnie@media.mit.edu> | 5 ;; Author: Ron Schnell <ronnie@media.mit.edu> |
4 ;; Created: 25 Jul 1992 | 6 ;; Created: 25 Jul 1992 |
5 ;; Version: 2.0 | 7 ;; Version: 2.0 |
6 ;; Keywords: games | 8 ;; Keywords: games |
7 ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. | |
8 | 9 |
9 ;; This file is part of GNU Emacs. | 10 ;; This file is part of GNU Emacs. |
10 | 11 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 ;; GNU Emacs is free software; you can redistribute it and/or modify |
12 ;; it under the terms of the GNU General Public License as published by | 13 ;; it under the terms of the GNU General Public License as published by |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 ;; GNU General Public License for more details. | 20 ;; GNU General Public License for more details. |
20 | 21 |
21 ;; You should have received a copy of the GNU General Public License | 22 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to | 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
25 ;; Boston, MA 02111-1307, USA. | |
24 | 26 |
25 ;;; Commentary: | 27 ;;; Commentary: |
26 | 28 |
27 ;; This game can be run in batch mode. To do this, use: | 29 ;; This game can be run in batch mode. To do this, use: |
28 ;; emacs -batch -l dunnet | 30 ;; emacs -batch -l dunnet |