]> git.eshelyaron.com Git - emacs.git/commitdiff
Use find-file-hook instead of obsolete name find-file-hooks.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 21 Sep 2009 18:24:56 +0000 (18:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 21 Sep 2009 18:24:56 +0000 (18:24 +0000)
lisp/cedet/mode-local.el

index d6668385f337e86f2523dc370d66e9cba905aaf3..c528612a63c416eb04f771f7e904f2152b4a0e3b 100644 (file)
@@ -131,7 +131,7 @@ This makes sure mode local init type stuff can occur."
   (add-to-list 'mode-local-changed-mode-buffers (current-buffer))
   (add-hook 'post-command-hook 'mode-local-post-major-mode-change t nil))
 
-(add-hook 'find-file-hooks 'mode-local-post-major-mode-change)
+(add-hook 'find-file-hook 'mode-local-post-major-mode-change)
 (add-hook 'change-major-mode-hook 'mode-local-on-major-mode-change)
 \f
 ;;; Mode lineage