Variable: f90-end-block-optional-name
f90-end-block-optional-name is a variable defined in f90.el.gz.
Value
("program" "module" "subroutine" "function" "type")
Documentation
Block types where including the name in the end statement is optional.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defconst f90-end-block-optional-name
'("program" "module" "subroutine" "function" "type")
"Block types where including the name in the end statement is optional.")