Use new prompt history.
authorChris Hanson <org/chris-hanson/cph>
Thu, 28 Jan 1999 06:14:03 +0000 (06:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 28 Jan 1999 06:14:03 +0000 (06:14 +0000)
v7/src/edwin/filcom.scm

index bf23bfbdb0363f806025884cb84e42483191931a..e6156692941a42653d5e47020efae2e4104478e7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: filcom.scm,v 1.199 1999/01/28 03:59:53 cph Exp $
+;;; $Id: filcom.scm,v 1.200 1999/01/28 06:14:03 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology
 ;;;
@@ -680,8 +680,8 @@ Prefix arg means treat the plaintext file as binary data."
 (define (prompt-for-existing-file prompt default . options)
   (->namestring
    (prompt-for-pathname* prompt default file-non-directory?
-         'REQUIRE-MATCH? #t
-         options)))
+                        'REQUIRE-MATCH? #t
+                        options)))
 
 (define (file-non-directory? file)
   (and (file-exists? file)
@@ -742,6 +742,7 @@ Prefix arg means treat the plaintext file as binary data."
               verify-final-value
               (prompt-string->pathname string insertion directory)))
            'DEFAULT-TYPE 'INSERTED-DEFAULT
+           'HISTORY 'PROMPT-FOR-PATHNAME
            options)
      insertion
      directory)))