emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Wed, 29 Jan 2003 16:45:07 -0500

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.205 emacs/lisp/font-lock.el:1.206
*** emacs/lisp/font-lock.el:1.205       Mon Dec  2 11:17:29 2002
--- emacs/lisp/font-lock.el     Wed Jan 29 16:45:07 2003
***************
*** 1793,1799 ****
                   ;; Variable declarations.
                   "\\(const\\(ant\\)?\\|custom\\|face\\|parameter\\|var\\)\\|"
                   ;; Structure declarations.
!                  "\\(class\\|group\\|package\\|struct\\|type\\)"
                   "\\)\\)\\>"
                   ;; Any whitespace and defined object.
                   "[ \t'\(]*"
--- 1793,1799 ----
                   ;; Variable declarations.
                   "\\(const\\(ant\\)?\\|custom\\|face\\|parameter\\|var\\)\\|"
                   ;; Structure declarations.
!                  "\\(class\\|group\\|theme\\|package\\|struct\\|type\\)"
                   "\\)\\)\\>"
                   ;; Any whitespace and defined object.
                   "[ \t'\(]*"
***************
*** 2003,2008 ****
--- 2003,2009 ----
             "ifndef" "include" "line" "pragma" "undef"))))
         (c-preprocessor-directives-depth
        (regexp-opt-depth c-preprocessor-directives)))
+ 
   (defconst c-font-lock-keywords-1
    (list
     ;;




reply via email to

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