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:
06a631f
)
Use the right package this time ... arrgh.
author
Nick Papadakis
<edu/mit/csail/zurich/nick>
Mon, 25 Jan 1993 00:45:45 +0000
(
00:45
+0000)
committer
Nick Papadakis
<edu/mit/csail/zurich/nick>
Mon, 25 Jan 1993 00:45:45 +0000
(
00:45
+0000)
v7/src/6001/floppy.scm
patch
|
blob
|
history
diff --git
a/v7/src/6001/floppy.scm
b/v7/src/6001/floppy.scm
index f25bcef09b14ff908350131746bae0817c3da8f9..7448fb0bf484adfdb2b81d6e0eb64582b0a1ec9c 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
3 1993/01/24 23:26:50
nick Exp $
+$Id: floppy.scm,v 1.1
4 1993/01/25 00:45:45
nick Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
@@
-661,7
+661,7
@@
M-x rename-file, or use the `r' command in Dired.")
(define (time-zone-offset)
(let ((decoded-time (get-decoded-time))
- (file-time (
get-time
)))
+ (file-time (
(access get-time (->environment '(runtime date/time)))
)))
(- (* (quotient file-time 60) 60)
(make-dos-time (decoded-time/year decoded-time)
(decoded-time/month decoded-time)