aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/fortran.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 8d4d0131180..40780f1bc85 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -1107,7 +1107,7 @@ Return point or nil."
1107 (fortran-check-end-prog-re)))) 1107 (fortran-check-end-prog-re))))
1108 (skip-chars-forward " \t0-9") 1108 (skip-chars-forward " \t0-9")
1109 (cond ((looking-at 1109 (cond ((looking-at
1110 "\\(\\(\\sw\\|\\s_\\)+:[ \t]*\\)?do[ \t]+[0-9]") 1110 "\\(\\(\\sw\\|\\s_\\)+:[ \t]*\\)?do[ \t]+")
1111 (setq count (1- count))) 1111 (setq count (1- count)))
1112 ((looking-at "end[ \t]*do\\b") 1112 ((looking-at "end[ \t]*do\\b")
1113 (setq count (1+ count))))) 1113 (setq count (1+ count)))))