diff options
| author | Chong Yidong | 2008-07-31 01:37:24 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-31 01:37:24 +0000 |
| commit | 7d198f1d9069a2899edf8ff288ca659d302f524d (patch) | |
| tree | 1bcd45e1aad26a63182b224ac5337b847c009b8c | |
| parent | 7082ceb2df9114be36a4b1668ee3b3da2afcd7ca (diff) | |
| download | emacs-7d198f1d9069a2899edf8ff288ca659d302f524d.tar.gz 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 @@ | |||
| 1 | 2008-07-31 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-mode.el (c-before-hack-hook): New function | ||
| 4 | (Top Level): Install c-before-hack-hook on | ||
| 5 | before-hack-local-variables-hook, rather than | ||
| 6 | c-postprocess-file-styles on hack-local-variables-hook. | ||
| 7 | |||
| 1 | 2008-07-31 Chong Yidong <cyd@stupidchicken.com> | 8 | 2008-07-31 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * files.el (normal-mode): Move call to hack-project-variables into | 10 | * files.el (normal-mode): Move call to hack-project-variables into |