Variable: opascal-match-block-statements

opascal-match-block-statements is a variable defined in opascal.el.gz.

Value

(end until except finally public private protected published automated)

Documentation

Statements that match the indentation of the parent block.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-match-block-statements
  `(,@opascal-end-block-statements ,@opascal-mid-block-statements)
  "Statements that match the indentation of the parent block.")