Variable: pascal-indent-nested-functions
pascal-indent-nested-functions is a customizable variable defined in
pascal.el.gz.
Value
t
Documentation
Non-nil means nested functions are indented.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/pascal.el.gz
(defcustom pascal-indent-nested-functions t
"Non-nil means nested functions are indented."
:type 'boolean)