Mercurial > emacs
changeset 23826:f4646c30800a
wrap java-minor-types in java-font-lock-keywords-2.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Mon, 07 Dec 1998 10:54:47 +0000 |
parents | 085b163b6115 |
children | c42c9078252f |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Sun Dec 06 15:57:48 1998 +0000 +++ b/lisp/font-lock.el Mon Dec 07 10:54:47 1998 +0000 @@ -2820,7 +2820,7 @@ (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 "\\)\\>")