# HG changeset patch # User Andrew Innes # Date 929562885 0 # Node ID 2f2786f7d960569420939123320c6437453239d3 # Parent 0fc260dce9cda2f7ec4251a5eb1373fe042f3b9c (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 -r 0fc260dce9cd -r 2f2786f7d960 lisp/ls-lisp.el --- 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)