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:
7146272
)
Call SAVE-SOME-BUFFERS as part of CHECKPOINT-FLOPPY.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 2 Nov 1993 19:11:49 +0000
(19:11 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 2 Nov 1993 19:11:49 +0000
(19:11 +0000)
v7/src/6001/floppy.scm
patch
|
blob
|
history
diff --git
a/v7/src/6001/floppy.scm
b/v7/src/6001/floppy.scm
index 7448fb0bf484adfdb2b81d6e0eb64582b0a1ec9c..a49a1dd8922c559bb7854a7183d4880e1b729863 100644
(file)
--- a/
v7/src/6001/floppy.scm
+++ b/
v7/src/6001/floppy.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: floppy.scm,v 1.1
4 1993/01/25 00:45:45 nick
Exp $
+$Id: floppy.scm,v 1.1
5 1993/11/02 19:11:49 cph
Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
@@
-420,6
+420,7
@@
then answer \"yes\" to the prompt below.")
(wait-for-user)))))
(define (checkpoint-floppy)
+ (save-some-buffers #t #f)
(append-string "Copying files from working directory to floppy.\n")
(let* ((working-directory (read-working-directory))
(floppy-directory (read-floppy-directory)))