ebnf-eps-file-alist

ebnf-eps-file-alist is a variable defined in `ebnf2ps.el'.
Its value is
nil


Documentation:
Alist associating file name with EPS header and footer.

Each element has the following form:

(EPS-FILENAME HEADER FOOTER)

EPS-FILENAME is the EPS file name.
HEADER is the header string or nil.
FOOTER is the footer string or nil.

It's generated during parsing and used during EPS generation.

See `ebnf-eps-context' and section "Actions in Comments" in ebnf2ps
documentation.