view etc/ps-prin3.ps @ 28470:93996c44b23a

* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test Lisp_Object boolean value. (Fformat): Use a temporary variable to avoid ENABLE_CHECKING problems reading from and changing the same lisp value in an XSETSTRING call.
author Ken Raeburn <raeburn@raeburn.org>
date Sun, 02 Apr 2000 02:31:07 +0000
parents 16202d8d02cf
children 3305d83568ea
line wrap: on
line source

% === BEGIN ps-print prologue 3

% --- duplex feature verification
UseSetpagedevice {
  << /Duplex DuplexValue /Tumble TumbleValue >> setpagedevice
}{
  statusdict begin
   DuplexValue setduplexmode TumbleValue settumble
  end
}ifelse

% === END ps-print prologue 3