]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-move-to-filename-regexp): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 21 Dec 2000 02:43:08 +0000 (02:43 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 21 Dec 2000 02:43:08 +0000 (02:43 +0000)
lisp/dired.el

index 07bfcb8368c9863d745f87229a631134376ad977..4a9a637797cd37b496e313a59a57ddc4cc000a17 100644 (file)
@@ -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