diff options
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 |
3 files changed, 12 insertions, 3 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 35be83f2db5..59a21a25708 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el @@ -1,4 +1,5 @@ -; Blackbox game in Emacs Lisp +;;; blackbox.el --- blackbox game in Emacs Lisp + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -418,3 +419,5 @@ a reflection." (cond ((equal item (car list)) (cdr list)) (t (cons (car list) (bb-delete item (cdr list)))))) + +;;; blackbox.el ends here diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index f33682db749..cfc29d902a0 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el @@ -1,4 +1,5 @@ -;; Scramble text amusingly for Emacs. +;;; dissociate.el --- scramble text amusingly for Emacs. + ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -86,3 +87,5 @@ Default is 2." (goto-char 1) (funcall search-function overlap opoint t)))))) (sit-for 0)))) + +;;; dissociate.el ends here diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 74d6efc4c2d..0cb5dc9327b 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -1,4 +1,5 @@ -;; Psychological help for frustrated users. +;;; doctor.el --- psychological help for frustrated users. + ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -1608,3 +1609,5 @@ Hack on previous word, setting global variable OWNER to correct result." (interactive) (insert "Mein fuhrer!!\n") (doctor-read-print)) + +;;; doctor.el ends here |