From 7d198f1d9069a2899edf8ff288ca659d302f524d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 31 Jul 2008 01:37:24 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 833db8dc20..893c919df4 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 -- 2.20.1