]> git.eshelyaron.com Git - emacs.git/commitdiff
(fortran-end-prog-re): Fix typo.
authorDave Love <fx@gnu.org>
Wed, 18 Nov 1998 19:19:09 +0000 (19:19 +0000)
committerDave Love <fx@gnu.org>
Wed, 18 Nov 1998 19:19:09 +0000 (19:19 +0000)
lisp/progmodes/fortran.el

index e80834559536acb55cde990973ef8334823bbce6..d32e547ba9d279dac816aaee92cef6a4ecd7f9cb 100644 (file)
@@ -913,8 +913,8 @@ Auto-indent does not happen if a numeric ARG is used."
 \\([ \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'."