Variable: fortran-if-start-re
fortran-if-start-re is a variable defined in fortran.el.gz.
Value
"\\(\\(\\sw\\|\\s_\\)+:[ ]*\\)?if[ ]*("
Documentation
Regexp matching the start of an IF statement.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defconst fortran-if-start-re "\\(\\(\\sw\\|\\s_\\)+:[ \t]*\\)?if[ \t]*("
"Regexp matching the start of an IF statement.")