diff lisp/play/meese.el @ 46899:f00337f04e78

Use find-file-hook instead of find-file-hooks.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 15 Aug 2002 00:48:20 +0000
parents 253f761ad37b
children 695cf19ef79e
line wrap: on
line diff
--- a/lisp/play/meese.el	Thu Aug 15 00:46:09 2002 +0000
+++ b/lisp/play/meese.el	Thu Aug 15 00:48:20 2002 +0000
@@ -31,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