simula-font-lock-keywords-1
simula-font-lock-keywords-1 is a variable defined in `simula.el'.
Its value is
(("^%\\([^ \n].*\\)" 1 font-lock-constant-face t)
("\\<\\(class\\|procedure\\)\\>[ ]*\\(\\sw+\\)?"
(1 font-lock-keyword-face)
(2 font-lock-function-name-face nil t)))
- This variable may be risky if used as a file-local variable.