Mercurial > emacs
changeset 24502:5583aa06a287
added strictfp type modifier.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Thu, 18 Mar 1999 10:16:14 +0000 |
parents | 3d9ddfdb5db5 |
children | a3ae5a47de23 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu Mar 18 09:58:18 1999 +0000 +++ b/lisp/font-lock.el Thu Mar 18 10:16:14 1999 +0000 @@ -2807,7 +2807,9 @@ '("abstract" "const" "final" "synchronized" "transient" "static" ;; Anders Lindgren <andersl@andersl.com> says this has gone. ;; "threadsafe" - "volatile" "public" "private" "protected" "native")))) + "volatile" "public" "private" "protected" "native" + ;; Carl Manning <caroma@ai.mit.edu> says this is new. + "strictfp")))) ) (setq java-font-lock-keywords-1 (list