aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2002-05-19 22:28:15 +0000
committerGlenn Morris2002-05-19 22:28:15 +0000
commit89fa1ef503c1aa8abb920d1a0ea049d2d651530e (patch)
tree19cbe758dbdb3113c30508a8a620b5ca730eb419 /lisp/ChangeLog
parent6dd52cafbdb9da8b498b20d039437185a8e6b7b6 (diff)
downloademacs-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/ChangeLog4
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 @@
12002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk> 12002-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
52002-05-19 Richard M. Stallman <rms@gnu.org> 72002-05-19 Richard M. Stallman <rms@gnu.org>
6 8