Variable: fortran-blink-matching-if

fortran-blink-matching-if is a customizable variable defined in fortran.el.gz.

Value

nil

Documentation

Non-nil causes M-x fortran-indent-line (fortran-indent-line) on ENDIF to blink on matching IF.

Also, from an ENDDO statement blink on matching DO [WHILE] statement.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-blink-matching-if nil
  "Non-nil causes \\[fortran-indent-line] on ENDIF to blink on matching IF.
Also, from an ENDDO statement blink on matching DO [WHILE] statement."
  :type  'boolean
  :safe  'booleanp
  :group 'fortran)