diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-31 01:37:24 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-31 01:37:24 +0000 |
commit | 7d198f1d9069a2899edf8ff288ca659d302f524d (patch) | |
tree | 1bcd45e1aad26a63182b224ac5337b847c009b8c | |
parent | 7082ceb2df9114be36a4b1668ee3b3da2afcd7ca (diff) | |
download | emacs-7d198f1d9069a2899edf8ff288ca659d302f524d.tar.gz emacs-7d198f1d9069a2899edf8ff288ca659d302f524d.tar.bz2 emacs-7d198f1d9069a2899edf8ff288ca659d302f524d.zip |
* 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.
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 833db8dc203..893c919df4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 |