diff options
| author | Andrew Innes <andrewi@gnu.org> | 1999-06-16 19:54:45 +0000 |
|---|---|---|
| committer | Andrew Innes <andrewi@gnu.org> | 1999-06-16 19:54:45 +0000 |
| commit | 452e47d73c80e3a12b915aad5216c20cca37a90f (patch) | |
| tree | c5f7458ad5d64d31fb86be5bd1f749f7762f0283 /lisp/ls-lisp.el | |
| parent | 36bb26f75827863cd85e1309bee4f8e68dd2c18d (diff) | |
| download | emacs-452e47d73c80e3a12b915aad5216c20cca37a90f.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.el | 2 |
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) |
