Mercurial > emacs
changeset 97139:20a2b3573c2d
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 31 Jul 2008 01:37:24 +0000 |
parents | cc10cad95d85 |
children | 9637a590d441 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 31 01:27:33 2008 +0000 +++ b/lisp/ChangeLog Thu Jul 31 01:37:24 2008 +0000 @@ -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