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-cmds.el,v


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-cmds.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-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-cmds.el,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- cc-cmds.el  8 Jan 2008 20:46:13 -0000       1.68
+++ cc-cmds.el  27 Jan 2008 13:59:47 -0000      1.69
@@ -524,7 +524,11 @@
        ;; This is the list of brace syntactic symbols that can hang.
        ;; If any new ones are added to c-offsets-alist, they should be
        ;; added here as well.
-       '(class-open class-close defun-open defun-close
+       ;; 
+       ;; The order of this list is important; if SYNTAX has several
+       ;; elements, the element that "wins" is the earliest in SYMS.
+       '(arglist-cont-nonempty         ; e.g. an array literal.
+                    class-open class-close defun-open defun-close
                     inline-open inline-close
                     brace-list-open brace-list-close
                     brace-list-intro brace-entry-open




reply via email to

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