changeset 24854:2f2786f7d960

(ls-lisp-format-time): If timestamp is invalid, return the string "Unk 0 0000" so at least it appears to be a valid timestamp to `dired-move-to-filename-regexp'.
author Andrew Innes <andrewi@gnu.org>
date Wed, 16 Jun 1999 19:54:45 +0000
parents 0fc260dce9cd
children 5f64e921ac71
files lisp/ls-lisp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ls-lisp.el	Wed Jun 16 02:33:32 1999 +0000
+++ b/lisp/ls-lisp.el	Wed Jun 16 19:54:45 1999 +0000
@@ -312,7 +312,7 @@
 	     "%b %e %H:%M"
 	   "%b %e  %Y")
 	 time)
-      (error "??? ??  ????"))))
+      (error "Unk  0  0000"))))
 
 (provide 'ls-lisp)