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-fonts.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-fonts.el
Date: Sun, 22 May 2005 20:04:00 -0400

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)




reply via email to

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