* progmodes/cc-mode.el (c-before-hack-hook): New function

(Top Level): Install c-before-hack-hook on
before-hack-local-variables-hook, rather than
c-postprocess-file-styles on hack-local-variables-hook.
This commit is contained in:
Chong Yidong 2008-07-31 01:37:24 +00:00
parent 7082ceb2df
commit 7d198f1d90

View file

@ -1,3 +1,10 @@
2008-07-31 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-before-hack-hook): New function
(Top Level): Install c-before-hack-hook on
before-hack-local-variables-hook, rather than
c-postprocess-file-styles on hack-local-variables-hook.
2008-07-31 Chong Yidong <cyd@stupidchicken.com>
* files.el (normal-mode): Move call to hack-project-variables into