From a7b93e4cd990dc9a7e69db7468fe36d948f31652 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Mar 2002 00:31:26 +0000 Subject: [PATCH] (java-font-lock-extra-types): Match java.net.URL, etc. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 0883a086685..c85d844fe12 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2206,7 +2206,7 @@ The value of this variable is used when Font Lock mode is turned on." :group 'font-lock-extra-types) (defcustom java-font-lock-extra-types - '("[A-Z\300-\326\330-\337]\\sw*[a-z]\\sw*") + '("[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 -- 2.39.5