projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb9f2d
)
Made dired-encrypt-file use prompt-for-confirmed-password
author
Brian A. LaMacchia
<edu/mit/csail/zurich/bal>
Fri, 20 Nov 1992 15:35:18 +0000
(15:35 +0000)
committer
Brian A. LaMacchia
<edu/mit/csail/zurich/bal>
Fri, 20 Nov 1992 15:35:18 +0000
(15:35 +0000)
v7/src/edwin/dired.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/dired.scm
b/v7/src/edwin/dired.scm
index 9779e8e1346ce1c965766518415aec3e2a8ed473..154f5ce879d36ae21ad9bf5e49419b53b623987f 100644
(file)
--- a/
v7/src/edwin/dired.scm
+++ b/
v7/src/edwin/dired.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: dired.scm,v 1.13
3 1992/11/20 13:49:12
bal Exp $
+;;; $Id: dired.scm,v 1.13
4 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