aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2002-05-19 23:19:42 +0000
committerGlenn Morris <[email protected]>2002-05-19 23:19:42 +0000
commitf14ca2504b9cf10f17b4b3c4a2aeb088703d7e24 (patch)
tree72f5938c9fca009d53f8733afae1e6b6176ffce0 /lisp/ChangeLog
parent7340cc503b7543c86162a84c0f8bf98322450116 (diff)
(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/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7537eed4ec..83239ea690 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 <[email protected]>