(dired-move-to-filename-regexp): Fixed for the case
authorKenichi Handa <handa@m17n.org>
Wed, 13 Dec 2000 00:23:04 +0000 (00:23 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 13 Dec 2000 00:23:04 +0000 (00:23 +0000)
that a Japanese character is not appended after day and year.

lisp/dired.el

index 6be3bff..07bfcb8 100644 (file)
@@ -1515,7 +1515,8 @@ DIR must be a directory name, not a file name."
                                  "\\|" yyyy s s "?"
                                  "\\|" s "?" yyyy
                             "\\)"))
-        (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)")))
+        (japanese
+         (concat mm k s dd k "?" s "\\(" 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