Variable: ps-print-footer-frame
ps-print-footer-frame is a customizable variable defined in
ps-print.el.gz.
Value
t
Documentation
Non-nil means draw a gaudy frame around the footer.
This variable was added, or its default value changed, in Emacs 21.1.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-print-footer-frame t
"Non-nil means draw a gaudy frame around the footer."
:type 'boolean
:version "21.1"
:group 'ps-print-headers)