[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-cmds.el, v [EMACS_22_BA
From: |
Alan Mackenzie |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-cmds.el, v [EMACS_22_BASE] |
Date: |
Sat, 26 Jan 2008 22:26:19 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Alan Mackenzie <acmacm> 08/01/26 22:26:18
Index: cc-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-cmds.el,v
retrieving revision 1.62.2.2
retrieving revision 1.62.2.3
diff -u -b -r1.62.2.2 -r1.62.2.3
--- cc-cmds.el 7 Jan 2008 02:10:58 -0000 1.62.2.2
+++ cc-cmds.el 26 Jan 2008 22:26:18 -0000 1.62.2.3
@@ -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