Change output from definitions to use "-->" instead of ":" as
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Jun 1992 22:03:12 +0000 (22:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Jun 1992 22:03:12 +0000 (22:03 +0000)
separator.

v7/src/6001/nodefs.scm

index d273d1f724c6c09d452a59a2a9b6283dbac6489b..60b3a5a878a888a18220ccba3b38cf68b6d3ff65 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/nodefs.scm,v 1.5 1992/04/06 05:41:12 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/nodefs.scm,v 1.6 1992/06/01 22:03:12 cph Exp $
 
 Copyright (c) 1991-92 Massachusetts Institute of Technology
 
@@ -74,7 +74,7 @@ MIT in each case. |#
     (write name port)
     (if (not (default-object? value))
        (begin
-         (write-string ": " port)
+         (write-string " --> " port)
          (fluid-let ((*unparser-list-depth-limit* 2)
                      (*unparser-list-breadth-limit* 10)
                      (*unparser-string-length-limit* 30))