# HG changeset patch # User Simon Marshall # Date 782122507 0 # Node ID 41a73e2f439e50ee19f402ff9e1644ff891c98ba # Parent a605bfe5bf8a5aaaabbfb9b0b3a4b626d50c8d26 Add "in" to list of Font Lock keywords that appear in non-type contexts. diff -r a605bfe5bf8a -r 41a73e2f439e lisp/=ada.el --- a/lisp/=ada.el Fri Oct 14 05:20:15 1994 +0000 +++ b/lisp/=ada.el Fri Oct 14 08:15:07 1994 +0000 @@ -88,7 +88,7 @@ ; ("abort" "abs" "abstract" "accept" "access" "aliased" "all" ; "and" "array" "at" "begin" "case" "declare" "delay" "delta" ; "digits" "do" "else" "elsif" "entry" "exception" "exit" "for" -; "generic" "if" "is" "limited" "loop" "mod" "not" +; "generic" "if" "in" "is" "limited" "loop" "mod" "not" ; "null" "or" "others" "private" "protected" ; "range" "record" "rem" "renames" "requeue" "return" "reverse" ; "select" "separate" "tagged" "task" "terminate" "then" "until" @@ -97,7 +97,7 @@ "l\\(iased\\|l\\)\\|nd\\|rray\\|t\\)\\|begin\\|case\\|" "d\\(e\\(clare\\|l\\(ay\\|ta\\)\\)\\|igits\\|o\\)\\|" "e\\(ls\\(e\\|if\\)\\|ntry\\|x\\(ception\\|it\\)\\)\\|for\\|" - "generic\\|i[fs]\\|l\\(imited\\|oop\\)\\|mod\\|n\\(ot\\|ull\\)\\|" + "generic\\|i[fns]\\|l\\(imited\\|oop\\)\\|mod\\|n\\(ot\\|ull\\)\\|" "o\\(r\\|thers\\)\\|pr\\(ivate\\|otected\\)\\|" "r\\(ange\\|e\\(cord\\|m\\|names\\|queue\\|turn\\|verse\\)\\)\\|" "se\\(lect\\|parate\\)\\|"