From: Chong Yidong Date: Thu, 31 Jul 2008 14:00:52 +0000 (+0000) Subject: (c-style-alist): For the Ellemtel style, move the X-Git-Tag: emacs-pretest-23.0.90~3764 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0467478ba85b74b761bd1674aa59fbbb471686bc;p=emacs.git (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 --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index ffe2336ad23..b6ddb71ec7b 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -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)