diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 22:12:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 22:12:04 +0000 |
commit | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (patch) | |
tree | 29925fd14277477ef3fa88270c19785985926c04 /lisp/play/meese.el | |
parent | c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (diff) | |
download | emacs-6594deb0dcec8f1a663fc47b0588a7b4c935a6c5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play/meese.el')
-rw-r--r-- | lisp/play/meese.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/play/meese.el b/lisp/play/meese.el index 5ba9dfd2ad2..5bbe3b1a07b 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 |