From: Kenichi Handa Date: Thu, 21 Dec 2000 02:43:08 +0000 (+0000) Subject: (dired-move-to-filename-regexp): Fix previous change. X-Git-Tag: emacs-pretest-21.0.95~358 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c010e59999acdba5455b8e71e52c6c2a395444e;p=emacs.git (dired-move-to-filename-regexp): Fix previous change. --- diff --git a/lisp/dired.el b/lisp/dired.el index 07bfcb8368c..4a9a637797c 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1516,7 +1516,7 @@ DIR must be a directory name, not a file name." "\\|" 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