Variable: ps-adobe-tag

ps-adobe-tag is a customizable variable defined in ps-print.el.gz.

Value

"%!PS-Adobe-3.0\n"

Documentation

Contains the header line identifying the output as PostScript.

By default, ps-adobe-tag contains the standard identifier. Some printers require slightly different versions of this line.

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-adobe-tag "%!PS-Adobe-3.0\n"
  "Contains the header line identifying the output as PostScript.
By default, `ps-adobe-tag' contains the standard identifier.  Some printers
require slightly different versions of this line."
  :type 'string
  :version "20"
  :group 'ps-print-miscellany)