diff options
| author | Glenn Morris | 2002-05-01 15:34:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-05-01 15:34:30 +0000 |
| commit | cfe9d0b5fb059648cf6817e52b9e1f04cbd69bc3 (patch) | |
| tree | c0ae5e2d77b08734e33001d42cefd67540804516 | |
| parent | ec2f376f6a22b407db356a7cd701ae6f27b152c8 (diff) | |
| download | emacs-cfe9d0b5fb059648cf6817e52b9e1f04cbd69bc3.tar.gz emacs-cfe9d0b5fb059648cf6817e52b9e1f04cbd69bc3.zip | |
(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | lisp/progmodes/fortran.el | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83876bf81c3..164b226aeb8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * progmodes/f90.el: Yet more doc string, commment and whitespace | ||
| 4 | changes. | ||
| 5 | (f90-imenu-flag): New name for internal variable f90-imenu. | ||
| 6 | (f90-blocks-re, f90-program-block-re, f90-end-if-re, | ||
| 7 | f90-no-break-re): Use regexp-opt. | ||
| 8 | (f90-end-type-re): Add closing "\\>". | ||
| 9 | (f90-indent-region): Correctly indent comments embedded in | ||
| 10 | continued lines. | ||
| 11 | (f90-indent-new-line): Make it indent the current line, as it should. | ||
| 12 | |||
| 13 | * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from | ||
| 14 | typo `fortran-strip-sqeuence-nos'. | ||
| 15 | |||
| 1 | 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> | 16 | 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 17 | ||
| 3 | * simple.el (clone-indirect-buffer-other-window): Fix a typo in | 18 | * simple.el (clone-indirect-buffer-other-window): Fix a typo in |
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 40780f1bc85..b172d1f325a 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -1789,7 +1789,7 @@ Intended as the value of `fill-paragraph-function'." | |||
| 1789 | (fortran-previous-statement))) | 1789 | (fortran-previous-statement))) |
| 1790 | (fortran-indent-line))) | 1790 | (fortran-indent-line))) |
| 1791 | 1791 | ||
| 1792 | (defun fortran-strip-sqeuence-nos (&optional do-space) | 1792 | (defun fortran-strip-sequence-nos (&optional do-space) |
| 1793 | "Delete all text in column 72 and up (assumed to be sequence numbers). | 1793 | "Delete all text in column 72 and up (assumed to be sequence numbers). |
| 1794 | Normally also deletes trailing whitespace after stripping such text. | 1794 | Normally also deletes trailing whitespace after stripping such text. |
| 1795 | Supplying prefix arg DO-SPACE prevents stripping the whitespace." | 1795 | Supplying prefix arg DO-SPACE prevents stripping the whitespace." |