]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAlan Mackenzie <acm@muc.de>
Sun, 27 Jan 2008 13:57:49 +0000 (13:57 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 27 Jan 2008 13:57:49 +0000 (13:57 +0000)
lisp/ChangeLog

index 5ce427498ab7d9f403da9921bf01b1776c1c4782..2f734eacf03df6b7fa7d77e55a607692dacc3e64 100644 (file)
@@ -1,3 +1,15 @@
+2008-01-27  Alan Mackenzie  <acm@muc.de>
+
+       * 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).
+
 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * button.el (define-button-type): Clarify type of NAME in docstring.