diff lisp/progmodes/fortran.el @ 23732:11303d1d8120

(fortran-end-prog-re): Fix typo.
author Dave Love <fx@gnu.org>
date Wed, 18 Nov 1998 19:19:09 +0000
parents 7beb8675e914
children 53a4f2e0fccc
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Wed Nov 18 18:42:34 1998 +0000
+++ b/lisp/progmodes/fortran.el	Wed Nov 18 19:19:09 1998 +0000
@@ -913,8 +913,8 @@
 \\([ \t]*\\(\\sw\\|\\s_\\)+\\)?\\)?")
 
 (defvar fortran-end-prog-re
-  "Regexp possibly marking subprogram end."
-  (concat "^[ \t0-9]*" fortran-end-prog-re1))
+  (concat "^[ \t0-9]*" fortran-end-prog-re1)
+  "Regexp possibly marking subprogram end.")
 
 (defun fortran-check-end-prog-re ()
   "Check a preliminary match against `fortran-end-prog-re'."