From: Chong Yidong Date: Thu, 31 Jul 2008 01:37:24 +0000 (+0000) Subject: * progmodes/cc-mode.el (c-before-hack-hook): New function X-Git-Tag: emacs-pretest-23.0.90~3772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d198f1d9069a2899edf8ff288ca659d302f524d;p=emacs.git * 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 --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 + + * 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