Mercurial > emacs
changeset 45378:494cbdfb664f
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 19 May 2002 23:19:42 +0000 |
parents | 31cf809b5bc2 |
children | eadb2403fb8a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 19 23:18:16 2002 +0000 +++ b/lisp/ChangeLog Sun May 19 23:19:42 2002 +0000 @@ -3,6 +3,9 @@ * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit. (f90-get-present-comment-type): Fix earlier change. (f90-comment-indent): Doc fix. + (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case) + (f90-looking-at-if-then): Remove lets. + (f90-looking-at-where-or-forall): Handle if split over lines. 2002-05-19 Richard M. Stallman <rms@gnu.org>