# HG changeset patch # User Simon Marshall # Date 921752174 0 # Node ID 5583aa06a2874ba9381bb7d5e5cf803c76817508 # Parent 3d9ddfdb5db5f0b85c4a77f36ff14d7f3c01baf2 added strictfp type modifier. diff -r 3d9ddfdb5db5 -r 5583aa06a287 lisp/font-lock.el --- 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 says this has gone. ;; "threadsafe" - "volatile" "public" "private" "protected" "native")))) + "volatile" "public" "private" "protected" "native" + ;; Carl Manning says this is new. + "strictfp")))) ) (setq java-font-lock-keywords-1 (list