Made dired-encrypt-file use prompt-for-confirmed-password
authorBrian A. LaMacchia <edu/mit/csail/zurich/bal>
Fri, 20 Nov 1992 15:35:18 +0000 (15:35 +0000)
committerBrian A. LaMacchia <edu/mit/csail/zurich/bal>
Fri, 20 Nov 1992 15:35:18 +0000 (15:35 +0000)
v7/src/edwin/dired.scm

index 9779e8e1346ce1c965766518415aec3e2a8ed473..154f5ce879d36ae21ad9bf5e49419b53b623987f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: dired.scm,v 1.133 1992/11/20 13:49:12 bal Exp $
+;;;    $Id: dired.scm,v 1.134 1992/11/20 15:35:18 bal Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-1992 Massachusetts Institute of Technology
 ;;;
@@ -626,7 +626,7 @@ krypted and unkrypt it.  Otherwise, krypt it."
           (lambda ()
             (read-string (char-set)))))
        (password 
-        (prompt-for-password "Password: ")))
+        (prompt-for-confirmed-password)))
     (let ((the-encrypted-string
           (encrypt the-file-string password)))
       (let ((new-name