mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
(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
@ -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…
Reference in New Issue
Block a user