* New port operation WRITE-SELF is like PRINT-SELF except that it uses
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 14:52:45 +0000 (14:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 14:52:45 +0000 (14:52 +0000)
commit4206e2e29e390421a44c88f787ce2f7a19838f99
tree18737b28e800746341716aaf008de76e0bf5f11e
parent3ec3cc6303768fca05466a3deb251469af1dcb0c
* New port operation WRITE-SELF is like PRINT-SELF except that it uses
  STANDARD-UNPARSER-METHOD rather than UNPARSER/STANDARD-METHOD.

* Rewrite instances of PRINT-SELF using WRITE-SELF.  Rewrite instances
  of UNPARSER/STANDARD-METHOD using STANDARD-UNPARSER-METHOD.
16 files changed:
v7/src/runtime/defstr.scm
v7/src/runtime/emacs.scm
v7/src/runtime/error.scm
v7/src/runtime/fileio.scm
v7/src/runtime/genio.scm
v7/src/runtime/packag.scm
v7/src/runtime/pathnm.scm
v7/src/runtime/poplat.scm
v7/src/runtime/port.scm
v7/src/runtime/prop1d.scm
v7/src/runtime/strnin.scm
v7/src/runtime/strott.scm
v7/src/runtime/strout.scm
v7/src/runtime/ttyio.scm
v7/src/runtime/urtrap.scm
v7/src/runtime/x11graph.scm