otherwise it is impossible to return null string.
#| -*-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
(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