From 452e47d73c80e3a12b915aad5216c20cca37a90f Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Wed, 16 Jun 1999 19:54:45 +0000 Subject: [PATCH] (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'. --- lisp/ls-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2