annotate etc/ps-prin3.ps @ 27359:3fcd19033f0c
(re_compile_fastmap): While checking a range table for
`charset', skip flag bits for a character class correctly.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Tue, 18 Jan 2000 20:11:41 +0000 |
parents |
e0beb5cd0257 |
children |
16202d8d02cf |
rev |
line source |
27165
|
1 % === BEGIN ps-print prologue 3
|
|
2
|
|
3 % --- duplex feature verification
|
|
4 1
|
|
5 UseSetpagedevice {
|
|
6 {<< /Duplex DuplexValue /Tumble TumbleValue >> setpagedevice}
|
|
7 }{
|
|
8 {statusdict begin
|
|
9 DuplexValue setduplexmode TumbleValue settumble
|
|
10 end}
|
|
11 }ifelse
|
|
12 CheckConfig
|
|
13
|
|
14 % === END ps-print prologue 3
|