From: Chong Yidong Date: Thu, 31 Jul 2008 14:23:37 +0000 (+0000) Subject: * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style, X-Git-Tag: emacs-pretest-22.2.90~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e567e175624e602ea89a10cbb694a3142133a41b;p=emacs.git * progmodes/cc-styles.el (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/ChangeLog b/lisp/ChangeLog index 41cf3a95ada..de8ade79a2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-07-31 Joachim Nilsson (tiny change) + + * progmodes/cc-styles.el (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. + 2008-07-19 Markus Triska * image-mode.el (image-mode): Set image-mode-text-map when image