From b4b989a063c7662d4f16af10f7a90c236acdc0df Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Mon, 7 Dec 1998 10:54:47 +0000 Subject: [PATCH] wrap java-minor-types in java-font-lock-keywords-2. --- 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 2e3bec5b057..7c201f075da 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2820,7 +2820,7 @@ See also `java-font-lock-extra-types'.") (list ;; ;; Fontify all builtin type specifiers. - (cons (concat "\\<" java-minor-types "\\>") 'font-lock-type-face) + (cons (concat "\\<\\(" java-minor-types "\\)\\>") 'font-lock-type-face) ;; ;; Fontify all builtin keywords (except below). (concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>") -- 2.39.2