]> git.eshelyaron.com Git - emacs.git/commitdiff
wrap java-minor-types in java-font-lock-keywords-2.
authorSimon Marshall <simon@gnu.org>
Mon, 7 Dec 1998 10:54:47 +0000 (10:54 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 7 Dec 1998 10:54:47 +0000 (10:54 +0000)
lisp/font-lock.el

index 2e3bec5b057a53e5c79bcd92b98d2d18c66e6f0a..7c201f075da8d869c54a273993f625c491eb2b07 100644 (file)
@@ -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 "\\)\\>")