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:
parent
587fc3f9ed
commit
5c010e5999
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue