view etc/ps-prin3.ps @ 29352:fa490904bee0

* byte-run.el (make-obsolete, make-obsolete-variable): Add an optional WHEN argument and change the format of the symbol-property information. * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. (byte-compile-obsolete, byte-compile-variable-ref): Understand the new obsolete-symbol-property format and print WHEN if it is provided. (make-obsolete): Update the calls to use the third argument.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Jun 2000 04:58:08 +0000
parents 3305d83568ea
children 0763a6ed0743
line wrap: on
line source

% === BEGIN ps-print prologue 3

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

% === END ps-print prologue 3