projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bebb33
)
Use find-file-hook instead of obsolete name find-file-hooks.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 21 Sep 2009 18:24:56 +0000
(18:24 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 21 Sep 2009 18:24:56 +0000
(18:24 +0000)
lisp/cedet/mode-local.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/mode-local.el
b/lisp/cedet/mode-local.el
index d6668385f337e86f2523dc370d66e9cba905aaf3..c528612a63c416eb04f771f7e904f2152b4a0e3b 100644
(file)
--- a/
lisp/cedet/mode-local.el
+++ b/
lisp/cedet/mode-local.el
@@
-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-hook
s
'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