diff options
| author | Glenn Morris | 2002-05-19 22:28:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-05-19 22:28:15 +0000 |
| commit | 89fa1ef503c1aa8abb920d1a0ea049d2d651530e (patch) | |
| tree | 19cbe758dbdb3113c30508a8a620b5ca730eb419 /lisp/ChangeLog | |
| parent | 6dd52cafbdb9da8b498b20d039437185a8e6b7b6 (diff) | |
| download | emacs-89fa1ef503c1aa8abb920d1a0ea049d2d651530e.tar.gz emacs-89fa1ef503c1aa8abb920d1a0ea049d2d651530e.zip | |
(f90-get-present-comment-type): Fix bug introduced in version 1.46.
(f90-comment-indent): Doc fix.
(f90-break-line): Simplify it a bit.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b74d7930cab..7537eed4ecb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk> | 1 | 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 2 | ||
| 3 | * progmodes/f90.el (f90-match-end): Simplify it a bit. | 3 | * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit. |
| 4 | (f90-get-present-comment-type): Fix earlier change. | ||
| 5 | (f90-comment-indent): Doc fix. | ||
| 4 | 6 | ||
| 5 | 2002-05-19 Richard M. Stallman <rms@gnu.org> | 7 | 2002-05-19 Richard M. Stallman <rms@gnu.org> |
| 6 | 8 | ||