/[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.189 by monnier, Fri Feb 8 16:50:05 2002 UTC revision 1.190 by rms, Fri Mar 1 00:31:26 2002 UTC
# Line 2206  The value of this variable is used when Line 2206  The value of this variable is used when
2206    :group 'font-lock-extra-types)    :group 'font-lock-extra-types)
2207    
2208  (defcustom java-font-lock-extra-types  (defcustom java-font-lock-extra-types
2209    '("[A-Z\300-\326\330-\337]\\sw*[a-z]\\sw*")    '("[A-Z\300-\326\330-\337]\\sw*[a-zA-Z]\\sw*")
2210    "*List of extra types to fontify in Java mode.    "*List of extra types to fontify in Java mode.
2211  Each list item should be a regexp not containing word-delimiters.  Each list item should be a regexp not containing word-delimiters.
2212  For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\") means capitalised  For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\") means capitalised

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190

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