diff options
| author | Chong Yidong | 2008-07-31 14:00:18 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-31 14:00:18 +0000 |
| commit | 0e829dd0197f45230422bbd2475511e18a7407d4 (patch) | |
| tree | d64a7c75fcaa0cf1c3d91b000da4b4db877f2ca7 | |
| parent | 4a263588af17ad5ba3105b366bb9ec6596262a46 (diff) | |
| download | emacs-0e829dd0197f45230422bbd2475511e18a7407d4.tar.gz emacs-0e829dd0197f45230422bbd2475511e18a7407d4.zip | |
* 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.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9bf7870786d..e14832be175 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style, | ||
| 4 | move the (arglist-cont-nonempty) from c-offsets-alist to | ||
| 5 | c-hanging-braces-alist like other styles already have. | ||
| 6 | |||
| 1 | 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * textmodes/texinfmt.el: | 9 | * textmodes/texinfmt.el: |