Variable: fortran-electric-line-number
fortran-electric-line-number is a customizable variable defined in
fortran.el.gz.
Value
t
Documentation
Non-nil causes line numbers to be moved to the correct column as typed.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-electric-line-number t
"Non-nil causes line numbers to be moved to the correct column as typed."
:type 'boolean
:safe 'booleanp
:group 'fortran)