1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Introduce elements for the syntactic symbol arglist-cont-nonempty into

c-hanging-braces-alist.  Amend pertinent functions and 5 styles.
This commit is contained in:
Alan Mackenzie 2008-01-27 13:59:47 +00:00
parent 3e5558010a
commit 4fae8922be
3 changed files with 19 additions and 8 deletions

View file

@ -729,7 +729,8 @@ involve auto-newline inserted newlines:
(module-open after)
(composition-open after)
(inexpr-class-open after)
(inexpr-class-close before))
(inexpr-class-close before)
(arglist-cont-nonempty))
"*Controls the insertion of newlines before and after braces
when the auto-newline feature is active. This variable contains an
association list with elements of the following form:
@ -783,7 +784,8 @@ syntactic context for the brace line."
namespace-open namespace-close
module-open module-close
composition-open composition-close
inexpr-class-open inexpr-class-close)))
inexpr-class-open inexpr-class-close
arglist-cont-nonempty)))
:group 'c)
(defcustom c-max-one-liner-length 80