# HG changeset patch # User Chong Yidong # Date 1217468244 0 # Node ID 20a2b3573c2d9772fcec98a74d0185b95c1786a8 # Parent cc10cad95d854af3ebca740b1a9653f6f045beb5 * 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. diff -r cc10cad95d85 -r 20a2b3573c2d lisp/ChangeLog --- 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 + + * 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 * files.el (normal-mode): Move call to hack-project-variables into