Variable: f90-end-associate-re

f90-end-associate-re is a variable defined in f90.el.gz.

Value

"end[   ]*associate\\_>"

Documentation

Regexp matching the end of an ASSOCIATE block.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defconst f90-end-associate-re
  "end[ \t]*associate\\_>"
  "Regexp matching the end of an ASSOCIATE block.")