Mercurial > emacs
annotate etc/ps-prin3.ps @ 30244:bfc202f38a22
(char_property_eq, char_property_stickiness):
Renamed from `text_property_eq' and `text_property_stickiness', respectively.
(find_field, Fconstrain_to_field, char_property_eq, char_property_stickiness):
Changed to call char-property functions instead of text-property-only ones.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 15 Jul 2000 15:18:35 +0000 |
parents | 0763a6ed0743 |
children |
rev | line source |
---|---|
27165 | 1 % === BEGIN ps-print prologue 3 |
29497
0763a6ed0743
Insert a version number comment (5.2.2). Indentation fix.
Gerd Moellmann <gerd@gnu.org>
parents:
28763
diff
changeset
|
2 % version: 5.2.2 |
27165 | 3 |
4 % --- duplex feature verification | |
29497
0763a6ed0743
Insert a version number comment (5.2.2). Indentation fix.
Gerd Moellmann <gerd@gnu.org>
parents:
28763
diff
changeset
|
5 UseSetpagedevice |
0763a6ed0743
Insert a version number comment (5.2.2). Indentation fix.
Gerd Moellmann <gerd@gnu.org>
parents:
28763
diff
changeset
|
6 {BMark/Duplex DuplexValue/Tumble TumbleValue EMark setpagedevice} |
0763a6ed0743
Insert a version number comment (5.2.2). Indentation fix.
Gerd Moellmann <gerd@gnu.org>
parents:
28763
diff
changeset
|
7 {statusdict begin DuplexValue setduplexmode TumbleValue settumble end}ifelse |
27165 | 8 |
9 % === END ps-print prologue 3 |