Function: fortran-hack-local-variables

fortran-hack-local-variables is a byte-compiled function defined in fortran.el.gz.

Signature

(fortran-hack-local-variables)

Documentation

Fortran mode adds this to hack-local-variables-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defun fortran-hack-local-variables ()
  "Fortran mode adds this to `hack-local-variables-hook'."
  (fortran-line-length fortran-line-length))