]> code.delx.au - gnu-emacs/blobdiff - lisp/play/meese.el
Merge from trunk.
[gnu-emacs] / lisp / play / meese.el
index f62ce3c702a03cd7bce153c64de85800dcfb1a04..d811dacb9bc888633f0edff5199d64fbdacc9a62 100644 (file)
@@ -3,6 +3,8 @@
 ;; This is in the public domain on account of being distributed since
 ;; 1985 or 1986 without a copyright notice.
 
+;; This file is part of GNU Emacs.
+
 ;; Maintainer: FSF
 ;; Keywords: games
 
@@ -29,7 +31,7 @@
            (insert-file-contents buffer-file-name t))
          (rename-buffer (file-name-nondirectory buffer-file-name))))))
 
-(add-hook 'find-file-hooks 'protect-innocence-hook)
+(add-hook 'find-file-hook 'protect-innocence-hook)
 (provide 'meese)
 
 ;;; meese.el ends here