Variable: ps-end-with-control-d

ps-end-with-control-d is a customizable variable defined in ps-print.el.gz.

Value

nil

Documentation

Non-nil means insert C-d at end of PostScript file generated.

This variable was added, or its default value changed, in Emacs 20.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-end-with-control-d (and lpr-windows-system t)
  "Non-nil means insert C-d at end of PostScript file generated."
  :version "21.1"
  :type 'boolean
  :version "20"
  :group 'ps-print-printer)