Fix bug: alternate file doesn't have to exist. Calling
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 21:52:49 +0000 (21:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 21:52:49 +0000 (21:52 +0000)
PROMPT-FOR-ALTERNATE-FILE also prevented using this command to visit a
directory.

v7/src/edwin/filcom.scm

index 5f48cd57ed3733ef7c7ca2b5d8a415111c4cf49d..ff49a3a4fa7e10f4c399acdcf7262cfe4c59dbef 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: filcom.scm,v 1.212 2000/12/04 03:09:53 cph Exp $
+;;; $Id: filcom.scm,v 1.213 2000/12/05 21:52:49 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -57,7 +57,7 @@ If the current buffer now contains an empty file that you just visited
 \(presumably by mistake), use this command to visit the file you really want."
   (lambda ()
     (list
-     (prompt-for-existing-file
+     (prompt-for-file
       "Find alternate file"
       (let ((pathname (buffer-pathname (selected-buffer))))
        (and pathname