Variable: opascal-verbose
opascal-verbose is a customizable variable defined in opascal.el.gz.
Value
t
Documentation
If true then OPascal token processing progress is reported to the user.
Aliases
delphi-verbose (obsolete since 24.4)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defcustom opascal-verbose t ; nil
"If true then OPascal token processing progress is reported to the user."
:type 'boolean)