aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/meese.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 22:12:04 +0000
committerEric S. Raymond <[email protected]>1992-05-30 22:12:04 +0000
commit6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (patch)
tree29925fd14277477ef3fa88270c19785985926c04 /lisp/play/meese.el
parentc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (diff)
*** empty log message ***
Diffstat (limited to 'lisp/play/meese.el')
-rw-r--r--lisp/play/meese.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/play/meese.el b/lisp/play/meese.el
index 5ba9dfd2ad..5bbe3b1a07 100644
--- a/lisp/play/meese.el
+++ b/lisp/play/meese.el
@@ -1,3 +1,5 @@
+;; meese.el --- protect the impressionable young minds of America...NOT!
+
(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 +14,5 @@
(or (memq 'protect-innocence-hook find-file-hooks)
(setq find-file-hooks (cons 'protect-innocence-hook find-file-hooks)))
+
+;;; meese.el ends here