# HG changeset patch # User Martin Stjernholm # Date 1044755164 0 # Node ID 9ae045dbc3372bcba9f1a2c0d501625ce36c4837 # Parent b025ca4050454cce54080d0fe39e1afa1e2ca5de *** empty log message *** diff -r b025ca405045 -r 9ae045dbc337 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 09 01:44:35 2003 +0000 +++ b/lisp/ChangeLog Sun Feb 09 01:46:04 2003 +0000 @@ -1,3 +1,10 @@ +2003-02-09 Martin Stjernholm + + * progmodes/cc-mode.el (c-basic-common-init): Install + `c-fill-paragraph' on `fill-paragraph-function'. Although + it's not the normal way to call it in a CC Mode buffer it + makes a direct call to `fill-paragraph' work better. + 2003-02-08 Kim F. Storm * printing.el (pr-get-symbol): Define during compile.