annotate etc/ps-prin3.ps @ 28069:bd586b823051
(lisp-font-lock-keywords-1): Highlight
`(defun (setf foo)' differently.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Thu, 09 Mar 2000 13:28:42 +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
|