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-engine.el, v [EMACS_22_


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el, v [EMACS_22_BASE]
Date: Mon, 14 Jan 2008 19:17:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Alan Mackenzie <acmacm> 08/01/14 19:17:31

Index: cc-engine.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-engine.el,v
retrieving revision 1.56.2.5
retrieving revision 1.56.2.6
diff -u -b -r1.56.2.5 -r1.56.2.6
--- cc-engine.el        7 Jan 2008 02:10:57 -0000       1.56.2.5
+++ cc-engine.el        14 Jan 2008 19:17:31 -0000      1.56.2.6
@@ -8293,6 +8293,7 @@
 
           ;; CASE 5H: we could be looking at subsequent knr-argdecls
           ((and c-recognize-knr-p
+                (not containing-sexp)  ; can't be knr inside braces.
                 (not (eq char-before-ip ?}))
                 (save-excursion
                   (setq placeholder (cdr (c-beginning-of-decl-1 lim)))




reply via email to

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