From: Andrew Innes Date: Wed, 16 Jun 1999 19:54:45 +0000 (+0000) Subject: (ls-lisp-format-time): If timestamp is invalid, X-Git-Tag: emacs-20.4~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=452e47d73c80e3a12b915aad5216c20cca37a90f;p=emacs.git (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'. --- diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index f52bdef4b0a..e02bd5db459 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -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)