aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1998-12-07 10:54:47 +0000
committerSimon Marshall1998-12-07 10:54:47 +0000
commitb4b989a063c7662d4f16af10f7a90c236acdc0df (patch)
tree502d74955b6ffe5eba652dbc135e6e4c1e81358c
parentaa9ce936727b47a6e4c110d378feffc5c884135a (diff)
downloademacs-b4b989a063c7662d4f16af10f7a90c236acdc0df.tar.gz
emacs-b4b989a063c7662d4f16af10f7a90c236acdc0df.zip
wrap java-minor-types in java-font-lock-keywords-2.
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
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'.")
2820 (list 2820 (list
2821 ;; 2821 ;;
2822 ;; Fontify all builtin type specifiers. 2822 ;; Fontify all builtin type specifiers.
2823 (cons (concat "\\<" java-minor-types "\\>") 'font-lock-type-face) 2823 (cons (concat "\\<\\(" java-minor-types "\\)\\>") 'font-lock-type-face)
2824 ;; 2824 ;;
2825 ;; Fontify all builtin keywords (except below). 2825 ;; Fontify all builtin keywords (except below).
2826 (concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>") 2826 (concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>")