From 5c010e59999acdba5455b8e71e52c6c2a395444e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 21 Dec 2000 02:43:08 +0000 Subject: [PATCH] (dired-move-to-filename-regexp): Fix previous change. --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5