]> code.delx.au - gnu-emacs/blobdiff - lisp/play/meese.el
(gomoku-init-display, gomoku-put-char):
[gnu-emacs] / lisp / play / meese.el
index 5ba9dfd2ad20cc1fc147776253c2bd9f148429a7..9deb1b69b9cd979821a07842d7f4282f63d473fc 100644 (file)
@@ -1,3 +1,13 @@
+;;; meese.el --- protect the impressionable young minds of America
+
+;; This is in the public domain on account of being distributed since
+;; 1985 or 1986 without a copyright notice.
+
+;; Maintainer: FSF
+;; Keywords: games
+
+;;; Code:
+
 (defun protect-innocence-hook ()
   (if (and (equal (file-name-nondirectory buffer-file-name) "sex.6")
           (not (y-or-n-p "Are you over 18? ")))
@@ -12,3 +22,5 @@
 
 (or (memq 'protect-innocence-hook find-file-hooks)
     (setq find-file-hooks (cons 'protect-innocence-hook find-file-hooks)))
+
+;;; meese.el ends here