Mercurial > emacs
comparison lisp/ChangeLog @ 45077:a34463090ca3
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 01 May 2002 23:38:05 +0000 |
parents | 2b5409461659 |
children | 363654ca5276 |
comparison
equal
deleted
inserted
replaced
45076:fc0061967899 | 45077:a34463090ca3 |
---|---|
22 (f90-blocks-re, f90-program-block-re, f90-end-if-re, | 22 (f90-blocks-re, f90-program-block-re, f90-end-if-re, |
23 f90-no-break-re): Use regexp-opt. | 23 f90-no-break-re): Use regexp-opt. |
24 (f90-end-type-re): Add closing "\\>". | 24 (f90-end-type-re): Add closing "\\>". |
25 (f90-indent-region): Correctly indent comments embedded in | 25 (f90-indent-region): Correctly indent comments embedded in |
26 continued lines. | 26 continued lines. |
27 (f90-indent-new-line): Make it indent the current line, as it should. | 27 (f90-indent-new-line): Make it indent the current line, as it |
28 should. | |
29 (f90-line-continued, f90-get-present-comment-type, | |
30 f90-looking-at-if-then, f90-indent-line, f90-indent-new-line, | |
31 f90-indent-region, f90-indent-subprogram, f90-do-auto-fill, | |
32 f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end, | |
33 f90-change-keywords): Minor code tidying. | |
28 | 34 |
29 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from | 35 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from |
30 typo `fortran-strip-sqeuence-nos'. | 36 typo `fortran-strip-sqeuence-nos'. |
31 | 37 |
32 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> | 38 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> |