ps-begin-cut-regexp

ps-begin-cut-regexp is a variable defined in `ps-print.el'.
Its value is
nil


Documentation:
Specify regexp which is start of a region to cut out when printing.

As an example, variables `ps-begin-cut-regexp' and `ps-end-cut-regexp' may be
set to "^Local Variables:" and "^End:", respectively, in order to leave out
some special printing instructions from the actual print. Special printing
instructions may be appended to the end of the file just like any other
buffer-local variables. See section "Local Variables in Files" on Emacs
manual for more information.

Variables `ps-begin-cut-regexp' and `ps-end-cut-regexp' control together what
actually gets printed. Both variables may be set to nil in which case no
cutting occurs.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 21.1 of Emacs.