/[emacs]/emacs/lisp/progmodes/cc-fonts.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-fonts.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by kfstorm, Thu May 12 08:57:42 2005 UTC revision 1.10 by mast, Mon May 23 00:03:59 2005 UTC
# Line 875  casts and declarations are fontified.  U Line 875  casts and declarations are fontified.  U
875                 ;; with array initializers.  Otherwise stop at braces                 ;; with array initializers.  Otherwise stop at braces
876                 ;; to avoid going past full function and class blocks.                 ;; to avoid going past full function and class blocks.
877                 (and (if (and (eq got-init ?=)                 (and (if (and (eq got-init ?=)
878                               (= (c-forward-token-2) 0)                               (= (c-forward-token-2 1 nil limit) 0)
879                               (looking-at "{"))                               (looking-at "{"))
880                          (c-safe (c-forward-sexp) t)                          (c-safe (c-forward-sexp) t)
881                        t)                        t)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26