--- lib/gs_dps.ps.bak Thu Mar 9 17:40:39 2000 +++ lib/gs_dps.ps Tue Mar 28 12:13:16 2000 @@ -53,7 +53,10 @@ } { dup type /dicttype eq { % Save a copy of this dictionary in global VM. - dup maxlength dict .copydict readonly + dup maxlength dict + % same as .copydict, but uses .forceput + dup 3 -1 roll { .forceput dup } forall pop + readonly } { pop pop } ifelse