Mercurial > emacs
annotate etc/ps-prin3.ps @ 29065:e8d5eb064973
(adjust_markers_for_replace): Fix previous change.
(adjust_after_replace): If PREV_TEXT is nil, call
adjust_markers_for_insert, not adjust_markers_for_replace.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 22 May 2000 00:19:43 +0000 |
parents | 3305d83568ea |
children | 0763a6ed0743 |
rev | line source |
---|---|
27165 | 1 % === BEGIN ps-print prologue 3 |
2 | |
3 % --- duplex feature verification | |
4 UseSetpagedevice { | |
28763
3305d83568ea
PostScript level 1 compatibility.
Gerd Moellmann <gerd@gnu.org>
parents:
28154
diff
changeset
|
5 BMark /Duplex DuplexValue /Tumble TumbleValue EMark setpagedevice |
27165 | 6 }{ |
28154 | 7 statusdict begin |
8 DuplexValue setduplexmode TumbleValue settumble | |
9 end | |
27165 | 10 }ifelse |
11 | |
12 % === END ps-print prologue 3 |