summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-12-13 00:23:04 +0000
committerKenichi Handa <handa@m17n.org>2000-12-13 00:23:04 +0000
commit501be301dea0ab8ddb9ae5e2b0de627ece6bb41c (patch)
tree1bb7c4176ee2930d1b13e7700e7520862f26f366 /lisp/dired.el
parent3b53d8760f34f41983e63a97bdde4b13cc0de95f (diff)
downloademacs-501be301dea0ab8ddb9ae5e2b0de627ece6bb41c.tar.gz
(dired-move-to-filename-regexp): Fixed for the case
that a Japanese character is not appended after day and year.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 6be3bff0984..07bfcb8368c 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -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