Variable: fortran-mode-hook
fortran-mode-hook is a customizable variable defined in fortran.el.gz.
Value
nil
Documentation
Hook run when entering Fortran mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-mode-hook nil
"Hook run when entering Fortran mode."
:type 'hook
:group 'fortran)