# HG changeset patch # User Glenn Morris # Date 1209177826 0 # Node ID c072779649376e9934736969bd82ecdf0f405603 # Parent 4a0361c406b4edf70e0ad0b1eda3eb18135b8f28 Comments. diff -r 4a0361c406b4 -r c07277964937 lisp/progmodes/f90.el --- a/lisp/progmodes/f90.el Sat Apr 26 02:43:06 2008 +0000 +++ b/lisp/progmodes/f90.el Sat Apr 26 02:43:46 2008 +0000 @@ -39,7 +39,6 @@ ;; To facilitate typing, a fairly complete list of abbreviations is provided. ;; All abbreviations begin with the backquote character "`" -;; (this requires modification of the syntax-table). ;; For example, `i expands to integer (if abbrev-mode is on). ;; There are two separate features for altering the appearance of code: @@ -601,6 +600,8 @@ (list f90-keywords-level-3-re f90-operators-re + ;; FIXME why isn't this font-lock-builtin-face, which + ;; otherwise we hardly use, as in fortran.el? (list f90-procedures-re '(1 font-lock-keyword-face keep)) "\\" ; avoid overwriting real defs ;; As an attribute, but not as an optional argument.