changeset 45067:b7f97570f3f7

(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
author Glenn Morris <rgm@gnu.org>
date Wed, 01 May 2002 15:31:31 +0000
parents a770c1eeff8c
children 9ccdcdfa1039
files lisp/progmodes/fortran.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Wed May 01 15:29:30 2002 +0000
+++ b/lisp/progmodes/fortran.el	Wed May 01 15:31:31 2002 +0000
@@ -1789,7 +1789,7 @@
 	  (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."