1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(dired-move-to-filename-regexp): Fix previous change.

This commit is contained in:
Kenichi Handa 2000-12-21 02:43:08 +00:00
parent 587fc3f9ed
commit 5c010e5999

View 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