summaryrefslogtreecommitdiff
path: root/lisp/ls-lisp.el
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>1999-06-16 19:54:45 +0000
committerAndrew Innes <andrewi@gnu.org>1999-06-16 19:54:45 +0000
commitebb972c69decf3d56dd3302ad2b20b04603b164f (patch)
tree9a6202f5103135d80d6ca12bfa267c7536b9a10d /lisp/ls-lisp.el
parente071ddee493cb633d1031c106c31e46228fcb0bb (diff)
downloademacs-ebb972c69decf3d56dd3302ad2b20b04603b164f.tar.gz
(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'.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r--lisp/ls-lisp.el2
1 files changed, 1 insertions, 1 deletions
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)