Mercurial > emacs
changeset 94367:c07277964937
Comments.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 26 Apr 2008 02:43:46 +0000 |
parents | 4a0361c406b4 |
children | e77a6227476d |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)) "\\<real\\>" ; avoid overwriting real defs ;; As an attribute, but not as an optional argument.