Variable: ps-print-header-frame
ps-print-header-frame is a customizable variable defined in
ps-print.el.gz.
Value
t
Documentation
Non-nil means draw a gaudy frame around the header.
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-print-header-frame t
"Non-nil means draw a gaudy frame around the header."
:type 'boolean
:version "20"
:group 'ps-print-headers)