diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09ff5bec16c..ce047a0036e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-05-24 Alan Mackenzie + + * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error + if c-file-style is set to a non-string + + (c-neutralize-CPP-line): Surround by `save-excursion'. + (c-neutralize-syntax-in-CPP): Optimize for speed. + 2008-05-18 David Hull (tiny change) * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.