From e567e175624e602ea89a10cbb694a3142133a41b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 31 Jul 2008 14:23:37 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5