(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'.
This commit is contained in:
parent
36bb26f758
commit
452e47d73c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue