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:
55f514e
)
Add declaration to eliminate compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 4 Aug 1994 06:21:42 +0000
(06:21 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 4 Aug 1994 06:21:42 +0000
(06:21 +0000)
v7/src/edwin/dired.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/dired.scm
b/v7/src/edwin/dired.scm
index 50013c3a5e718d33447bd9135d68923071fd6896..0ca49acf26a69db8859a85c3508f84740bfe48aa 100644
(file)
--- a/
v7/src/edwin/dired.scm
+++ b/
v7/src/edwin/dired.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: dired.scm,v 1.1
49 1994/08/04 04:36:47
cph Exp $
+;;; $Id: dired.scm,v 1.1
50 1994/08/04 06:21:42
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-94 Massachusetts Institute of Technology
;;;
@@
-541,6
+541,7
@@
When renaming multiple or marked files, you specify a directory."
(define (dired-create-file-operation operation)
(lambda (lstart from to)
+ lstart
(call-with-current-continuation
(lambda (continuation)
(bind-condition-handler (list condition-type:file-error