Variable: ps-razzle-dazzle
ps-razzle-dazzle is a customizable variable defined in ps-print.el.gz.
Value
t
Documentation
Non-nil means report progress while formatting buffer.
This variable was added, or its default value changed, in Emacs 20.
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-razzle-dazzle t
"Non-nil means report progress while formatting buffer."
:type 'boolean
:version "20"
:group 'ps-print-miscellany)