In MAIL-DEFAULT-REPLY-TO, must use 'INSERTED-DEFAULT because
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Aug 1992 23:53:54 +0000 (23:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Aug 1992 23:53:54 +0000 (23:53 +0000)
otherwise it is impossible to return null string.

v7/src/6001/make.scm

index 15de23dce8da489de2eb0f89dd1cc8e799ae8c7e..1c51627086dce722f9aa9b9a59618f1d333529f8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/make.scm,v 15.11 1992/08/19 17:24:20 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/make.scm,v 15.12 1992/08/21 23:53:54 cph Exp $
 
 Copyright (c) 1991-92 Massachusetts Institute of Technology
 
@@ -67,7 +67,8 @@ MIT in each case. |#
      (lambda ()
        (let ((reply-to
              (prompt-for-string "Please enter an email address for replies"
-                                default-reply-to)))
+                                default-reply-to
+                                'INSERTED-DEFAULT)))
         (if (string-null? reply-to)
             false
             (begin