Variable: opascal-begin-enclosing-tokens
opascal-begin-enclosing-tokens is a variable defined in opascal.el.gz.
Value
(begin try case repeat initialization finalization asm except finally
public private protected published automated)
Documentation
Tokens that a begin token indents from.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-begin-enclosing-tokens
`(,@opascal-block-statements ,@opascal-mid-block-statements)
"Tokens that a begin token indents from.")