emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el,v


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el,v
Date: Sun, 27 Jan 2008 13:59:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 08/01/27 13:59:48

Index: cc-vars.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-vars.el,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- cc-vars.el  22 Jan 2008 23:53:31 -0000      1.65
+++ cc-vars.el  27 Jan 2008 13:59:47 -0000      1.66
@@ -729,7 +729,8 @@
                                               (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 @@
              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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]