f90-smart-end
f90-smart-end is a variable defined in `
f90.el
'.
Its value is
blink
- This variable is safe as a file local variable if its value
satisfies the predicate which is a byte-compiled expression.
Documentation:
Qualification of END statements according to the matching block start.
For example, change the END that closes an IF block to END IF.
If the block has a label, add it as well (unless `f90-smart-end-names'
says not to). Allowed values are `blink', `no-blink', and nil. If nil,
nothing is done. The other two settings have the same effect, but `blink'
additionally blinks the cursor to the start of the block.
You can customize this variable.