Mercurial > emacs
changeset 34770:79338072c338
(dired-move-to-filename-regexp): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 21 Dec 2000 02:43:08 +0000 |
parents | 3b53093f7b1f |
children | f3da51b99c4e |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Thu Dec 21 02:41:28 2000 +0000 +++ b/lisp/dired.el Thu Dec 21 02:43:08 2000 +0000 @@ -1516,7 +1516,7 @@ "\\|" s "?" yyyy "\\)")) (japanese - (concat mm k s dd k "?" s "\\(" s HH:MM "\\|" yyyy k "?" "\\)"))) + (concat mm k s dd k "?" s "+" "\\(" HH:MM "\\|" yyyy k "?" "\\)"))) ;; The "[0-9]" below requires the previous column to end in a digit. ;; This avoids recognizing `1 may 1997' as a date in the line: ;; -r--r--r-- 1 may 1997 1168 Oct 19 16:49 README