From: Chris Hanson Date: Fri, 10 Nov 1995 23:49:18 +0000 (+0000) Subject: Assume that FILE-TIME->STRING will return a plausible string under all X-Git-Tag: 20090517-FFI~5745 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=276f1347102dcbc8a9cbcc0705b09d4565f10c0c;p=mit-scheme.git Assume that FILE-TIME->STRING will return a plausible string under all circumstances. --- diff --git a/v7/src/edwin/dos.scm b/v7/src/edwin/dos.scm index fcaccb5bd..9f77d0808 100644 --- a/v7/src/edwin/dos.scm +++ b/v7/src/edwin/dos.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dos.scm,v 1.32 1995/11/10 23:48:51 cph Exp $ +;;; $Id: dos.scm,v 1.33 1995/11/10 23:49:18 cph Exp $ ;;; ;;; Copyright (c) 1992-95 Massachusetts Institute of Technology ;;; @@ -152,7 +152,6 @@ (define (generate-dired-entry! file point) (define (file-attributes/ls-time-string attr) - ;; Swap year around to the start (let ((time-string (file-time->string (file-attributes/modification-time attr)))) ;; Move the year from end to start, carrying leading space.