diff options
| author | Eric S. Raymond | 1992-07-22 04:22:30 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 04:22:30 +0000 |
| commit | 9750e079ddb0df24810a8a19a3210616d3f71db9 (patch) | |
| tree | caa58c722ed2eae1002c3aeaa8cf49421f4a3dce /lisp/play | |
| parent | 6d74b528d014d3ae65306e8afe154ccc66386be5 (diff) | |
| download | emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.tar.gz emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.zip | |
entered into RCS
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/blackbox.el | 5 | ||||
| -rw-r--r-- | lisp/play/dissociate.el | 5 | ||||
| -rw-r--r-- | lisp/play/doctor.el | 5 | ||||
| -rw-r--r-- | lisp/play/hanoi.el | 1 |
4 files changed, 6 insertions, 10 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index acca97d2335..2034b7d7972 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp | 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> | 5 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> |
| 4 | ;; Last-Modified: 24 Jun 1992 | ||
| 5 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 6 | ;; Keywords: games | 7 | ;; Keywords: games |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index b0998320f7e..d399212a441 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; dissociate.el --- scramble text amusingly for Emacs. | 1 | ;;; dissociate.el --- scramble text amusingly for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: games | 6 | ;; Keywords: games |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 5d6a437e07c..315c4cc11f7 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; doctor.el --- psychological help for frustrated users. | 1 | ;;; doctor.el --- psychological help for frustrated users. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 24 Apr 1992 | ||
| 5 | ;; Keywords: games | 6 | ;; Keywords: games |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index edb8c0dca35..65c5afe6e69 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Damon Anton Permezel | 3 | ;; Author: Damon Anton Permezel |
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 09 May 1991 | ||
| 6 | ;; Keywords: games | 5 | ;; Keywords: games |
| 7 | 6 | ||
| 8 | ; Author (a) 1985, Damon Anton Permezel | 7 | ; Author (a) 1985, Damon Anton Permezel |