* lisp/progmodes/fortran.el (fortran-calculate-indent): Fix regexp
for do-loops. Reported by Ken Mankoff <km@kenmankoff.com>.
(Bug#73218)
(cherry picked from commit
98e582e74a2bbc2c7fdef02b8cd90036fa217712)
(setq icol (+ icol fortran-if-indent)))
((looking-at "where[ \t]*(.*)[ \t]*\n")
(setq icol (+ icol fortran-if-indent)))
- ((looking-at "do\\b")
+ ((looking-at "do *[0-9]* *[a-z0-9_]+ *= *[a-z0-9_]+ *, *[a-z0-9_]+")
(setq icol (+ icol fortran-do-indent)))
((looking-at
"\\(structure\\|union\\|map\\|interface\\)\