# HG changeset patch # User Chong Yidong # Date 1217512852 0 # Node ID 3e78f2abb23df2114a4b2ca12edbc0c6e9753ba6 # Parent 714750f0bc0f6f53d1a7201488bf417158df8110 (c-style-alist): For the Ellemtel style, move the (arglist-cont-nonempty) from c-offsets-alist to c-hanging-braces-alist like other styles already have. diff -r 714750f0bc0f -r 3e78f2abb23d lisp/progmodes/cc-styles.el --- a/lisp/progmodes/cc-styles.el Thu Jul 31 14:00:18 2008 +0000 +++ b/lisp/progmodes/cc-styles.el Thu Jul 31 14:00:52 2008 +0000 @@ -162,16 +162,15 @@ ("ellemtel" (c-basic-offset . 3) (c-comment-only-line-offset . 0) - (c-hanging-braces-alist . ((substatement-open before after))) + (c-hanging-braces-alist . ((substatement-open before after) + (arglist-cont-nonempty))) (c-offsets-alist . ((topmost-intro . 0) (substatement . +) (substatement-open . 0) (case-label . +) (access-label . -) - (inclass . ++) - (inline-open . 0) - (arglist-cont-nonempty)))) - + (inclass . +) + (inline-open . 0)))) ("linux" (c-basic-offset . 8) (c-comment-only-line-offset . 0)