Variable: dcl-block-end-regexp

dcl-block-end-regexp is a customizable variable defined in dcl-mode.el.gz.

Value

"endloop[0-9]*:"

Documentation

Regexp describing a command that ends an indented block in DCL.

Set to nil to only indent at THEN-ELSE-ENDIF.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-block-end-regexp "endloop[0-9]*:"
  "Regexp describing a command that ends an indented block in DCL.
Set to nil to only indent at THEN-ELSE-ENDIF."
  :type 'regexp)