Mercurial > emacs
changeset 44951:f002d8b28340
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 28 Apr 2002 23:38:51 +0000 |
parents | 9ffd61242f2f |
children | fd324d332ceb |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 28 23:36:08 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 28 23:38:51 2002 +0000 @@ -3,6 +3,8 @@ * progmodes/f90.el (f90-xemacs-flag): New variable. (f90-mark-subprogram-overlay): New variable. (f90-mark-subprogram): Now it highlights the subprogram. + (f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix + highlighting of various "type" forms. 2002-04-28 Colin Walters <walters@verbum.org>