Index: emacs/lisp/progmodes/cc-fonts.el
diff -c emacs/lisp/progmodes/cc-fonts.el:1.9
emacs/lisp/progmodes/cc-fonts.el:1.10
*** emacs/lisp/progmodes/cc-fonts.el:1.9 Thu May 12 08:57:42 2005
--- emacs/lisp/progmodes/cc-fonts.el Mon May 23 00:03:59 2005
***************
*** 875,881 ****
;; with array initializers. Otherwise stop at braces
;; to avoid going past full function and class blocks.
(and (if (and (eq got-init ?=)
! (= (c-forward-token-2) 0)
(looking-at "{"))
(c-safe (c-forward-sexp) t)
t)
--- 875,881 ----
;; with array initializers. Otherwise stop at braces
;; to avoid going past full function and class blocks.
(and (if (and (eq got-init ?=)
! (= (c-forward-token-2 1 nil limit) 0)
(looking-at "{"))
(c-safe (c-forward-sexp) t)
t)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs