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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Mon, 11 Mar 2002 08:36:08 -0500

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.192 emacs/lisp/font-lock.el:1.193
*** emacs/lisp/font-lock.el:1.192       Wed Mar  6 11:58:35 2002
--- emacs/lisp/font-lock.el     Mon Mar 11 08:36:07 2002
***************
*** 2209,2219 ****
    :group 'font-lock-extra-types)
  
  (defcustom java-font-lock-extra-types
!   '("[A-Z\300-\326\330-\337]\\sw*[a-zA-Z]\\sw*")
    "*List of extra types to fontify in Java mode.
  Each list item should be a regexp not containing word-delimiters.
! For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\") 
means capitalised
! words (and words conforming to the Java id spec) are treated as type names.
  
  The value of this variable is used when Font Lock mode is turned on."
    :type 'font-lock-extra-types-widget
--- 2209,2220 ----
    :group 'font-lock-extra-types)
  
  (defcustom java-font-lock-extra-types
!   '("[A-Z\300-\326\330-\337]\\sw*[a-z]\\sw*" "URL")
    "*List of extra types to fontify in Java mode.
  Each list item should be a regexp not containing word-delimiters.
! For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\" 
\"URL\") means
! capitalised words (that conform to the Java id spec) and URL are treated as
! type names.
  
  The value of this variable is used when Font Lock mode is turned on."
    :type 'font-lock-extra-types-widget



reply via email to

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