diff options
| author | Glenn Morris | 2002-05-19 23:19:42 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-05-19 23:19:42 +0000 |
| commit | f14ca2504b9cf10f17b4b3c4a2aeb088703d7e24 (patch) | |
| tree | 72f5938c9fca009d53f8733afae1e6b6176ffce0 /lisp/ChangeLog | |
| parent | 7340cc503b7543c86162a84c0f8bf98322450116 (diff) | |
| download | emacs-f14ca2504b9cf10f17b4b3c4a2aeb088703d7e24.tar.gz emacs-f14ca2504b9cf10f17b4b3c4a2aeb088703d7e24.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7537eed4ecb..83239ea6903 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit. | 3 | * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit. |
| 4 | (f90-get-present-comment-type): Fix earlier change. | 4 | (f90-get-present-comment-type): Fix earlier change. |
| 5 | (f90-comment-indent): Doc fix. | 5 | (f90-comment-indent): Doc fix. |
| 6 | (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case) | ||
| 7 | (f90-looking-at-if-then): Remove lets. | ||
| 8 | (f90-looking-at-where-or-forall): Handle if split over lines. | ||
| 6 | 9 | ||
| 7 | 2002-05-19 Richard M. Stallman <rms@gnu.org> | 10 | 2002-05-19 Richard M. Stallman <rms@gnu.org> |
| 8 | 11 | ||