]> git.eshelyaron.com Git - emacs.git/commitdiff
(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
authorGlenn Morris <rgm@gnu.org>
Wed, 1 May 2002 15:34:30 +0000 (15:34 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 May 2002 15:34:30 +0000 (15:34 +0000)
lisp/ChangeLog
lisp/progmodes/fortran.el

index 83876bf81c3d053ba8469db7810ae305cfdb3ad9..164b226aeb8d54379304373ec9938ff56b718852 100644 (file)
@@ -1,3 +1,18 @@
+2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el: Yet more doc string, commment and whitespace
+       changes.
+       (f90-imenu-flag): New name for internal variable f90-imenu.
+       (f90-blocks-re, f90-program-block-re, f90-end-if-re,
+       f90-no-break-re): Use regexp-opt.
+       (f90-end-type-re): Add closing "\\>".
+       (f90-indent-region): Correctly indent comments embedded in
+       continued lines.
+       (f90-indent-new-line): Make it indent the current line, as it should.
+
+       * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
+       typo `fortran-strip-sqeuence-nos'.
+
 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * simple.el (clone-indirect-buffer-other-window): Fix a typo in
index 40780f1bc85ed9188fb0fc4817ce30b561263cb1..b172d1f325a0dc321ee24d5031907b6e40fbaebc 100644 (file)
@@ -1789,7 +1789,7 @@ Intended as the value of `fill-paragraph-function'."
          (fortran-previous-statement)))
     (fortran-indent-line)))
 
-(defun fortran-strip-sqeuence-nos (&optional do-space)
+(defun fortran-strip-sequence-nos (&optional do-space)
   "Delete all text in column 72 and up (assumed to be sequence numbers).
 Normally also deletes trailing whitespace after stripping such text.
 Supplying prefix arg DO-SPACE prevents stripping the whitespace."