Assume that FILE-TIME->STRING will return a plausible string under all
authorChris Hanson <org/chris-hanson/cph>
Fri, 10 Nov 1995 23:49:18 +0000 (23:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 10 Nov 1995 23:49:18 +0000 (23:49 +0000)
circumstances.

v7/src/edwin/dos.scm

index fcaccb5bdb859d4a79413ac645afb4c7ed418286..9f77d08089164614ba5e5926c12af05103740707 100644 (file)
@@ -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
 ;;;
 
 (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.