;;; -*-Scheme-*-
;;;
-;;; $Id: filcom.scm,v 1.200 1999/01/28 06:14:03 cph Exp $
+;;; $Id: filcom.scm,v 1.201 1999/01/29 04:50:01 cph Exp $
;;;
;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology
;;;
(define (prompt-for-existing-file prompt default . options)
(->namestring
(prompt-for-pathname* prompt default file-non-directory?
- 'REQUIRE-MATCH? #t
- options)))
+ (cons* 'REQUIRE-MATCH? #t options))))
(define (file-non-directory? file)
(and (file-exists? file)