# HG changeset patch # User Juanma Barranquero # Date 1201603302 0 # Node ID fe9dab182829ab08cb211a2435fd3fd055f56832 # Parent d1a91cfdb94c75462ad8f0810c0637258dd4ceca *** empty log message *** diff -r d1a91cfdb94c -r fe9dab182829 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 27 20:53:02 2008 +0000 +++ b/lisp/ChangeLog Tue Jan 29 10:41:42 2008 +0000 @@ -11,12 +11,12 @@ 2008-01-26 Alan Mackenzie - * progmodes/cc-vars.el (c-hanging-braces-alist): new element for + * progmodes/cc-vars.el (c-hanging-braces-alist): New element for arglist-cont-nonempty. * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines for a brace with syntax arglist-cont-nonempty. - + * progmodes/cc-styles.el (c-style-alist): Add elements for arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk). @@ -31,7 +31,7 @@ * progmodes/etags.el (tags-query-replace): Doc fix. -2008-01-26 Phil Sung (tiny change) +2008-01-26 Phil Sung (tiny change) * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so that the filename end is found even when the filename is empty.