Variable: fortran-end-prog-re
fortran-end-prog-re is a variable defined in fortran.el.gz.
Value
"^[ 0-9]*end\\([ ]*\\(program\\|subroutine\\|function\\|block[ ]*data\\)\\>\\([ ]*\\(\\sw\\|\\s_\\)+\\)?\\)?"
Documentation
Regexp possibly matching the end of a subprogram, from the line start.
See also fortran-end-prog-re1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defconst fortran-end-prog-re
(concat "^[ \t0-9]*" fortran-end-prog-re1)
"Regexp possibly matching the end of a subprogram, from the line start.
See also `fortran-end-prog-re1'.")