* font/devps/prologue.ps (EP): Dont' use `bind'. Reason: Using
commitb9de44176c80dd16856e70575b26043a3acb1c02
authorWerner LEMBERG <wl@gnu.org>
Tue, 21 Jun 2005 05:54:05 +0000 (21 05:54 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 21 Jun 2005 05:54:05 +0000 (21 05:54 +0000)
treea469faa497a3a0e0540630f36e3c5c61f3fb4370
parent9711ea8ece72e002a0216a43cad28b62b4540893
* font/devps/prologue.ps (EP): Dont' use `bind'.  Reason: Using
`bind' to define a procedure which contains `showpage' means that an
invocation of `showpage' may execute wrongly (the exact effect
depending on the interpreter).  Not usually a problem except under
transformations, such as combining pages.
(PEND): Don't call `clear'.  Reason: Using `clear' in the definition
of /PEND means that stack underflow will occur if the stack is
deliberately non-empty before document inclusion.  If included
files are found to be generally badly behaved, we could replace the
`clear' with `mark' in /PBEGIN and `cleartomark' in /PEND (I've
never found this necessary).
ChangeLog
font/devps/prologue.ps