]> git.eshelyaron.com Git - emacs.git/commitdiff
(ls-lisp-format-time): If timestamp is invalid,
authorAndrew Innes <andrewi@gnu.org>
Wed, 16 Jun 1999 19:54:45 +0000 (19:54 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 16 Jun 1999 19:54:45 +0000 (19:54 +0000)
return the string "Unk  0  0000" so at least it appears to be a
valid timestamp to `dired-move-to-filename-regexp'.

lisp/ls-lisp.el

index f52bdef4b0a911960bc4fb34ff05233e67db02fe..e02bd5db459c5caae003cdd16b3dbab4ff631973 100644 (file)
@@ -312,7 +312,7 @@ are: A a c i r S s t u"
             "%b %e %H:%M"
           "%b %e  %Y")
         time)
-      (error "??? ??  ????"))))
+      (error "Unk  0  0000"))))
 
 (provide 'ls-lisp)