/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

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

revision 1.205 by rms, Mon Dec 2 16:17:29 2002 UTC revision 1.206 by jpw, Wed Jan 29 21:45:07 2003 UTC
# Line 1793  This function could be MATCHER in a MATC Line 1793  This function could be MATCHER in a MATC
1793                     ;; Variable declarations.                     ;; Variable declarations.
1794                     "\\(const\\(ant\\)?\\|custom\\|face\\|parameter\\|var\\)\\|"                     "\\(const\\(ant\\)?\\|custom\\|face\\|parameter\\|var\\)\\|"
1795                     ;; Structure declarations.                     ;; Structure declarations.
1796                     "\\(class\\|group\\|package\\|struct\\|type\\)"                     "\\(class\\|group\\|theme\\|package\\|struct\\|type\\)"
1797                     "\\)\\)\\>"                     "\\)\\)\\>"
1798                     ;; Any whitespace and defined object.                     ;; Any whitespace and defined object.
1799                     "[ \t'\(]*"                     "[ \t'\(]*"
# Line 2003  The value of this variable is used when Line 2003  The value of this variable is used when
2003               "ifndef" "include" "line" "pragma" "undef"))))               "ifndef" "include" "line" "pragma" "undef"))))
2004         (c-preprocessor-directives-depth         (c-preprocessor-directives-depth
2005          (regexp-opt-depth c-preprocessor-directives)))          (regexp-opt-depth c-preprocessor-directives)))
2006    
2007   (defconst c-font-lock-keywords-1   (defconst c-font-lock-keywords-1
2008    (list    (list
2009     ;;     ;;

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206

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