# HG changeset patch # User Richard M. Stallman # Date 893136139 0 # Node ID e8a5797c2808382646f999f2b4c82bb4cec73021 # Parent 95c0fe8d25a74ae7c571ddaae67db78987780fb8 (dired-move-to-filename-regexp): There might be a space after the year instead of before it. diff -r 95c0fe8d25a7 -r e8a5797c2808 lisp/dired.el --- a/lisp/dired.el Tue Apr 21 04:54:46 1998 +0000 +++ b/lisp/dired.el Tue Apr 21 05:22:19 1998 +0000 @@ -1364,7 +1364,7 @@ (dd "[ 0-3][0-9]") (HH:MM "[ 0-2][0-9]:[0-5][0-9]") (western (concat "\\(" month s dd "\\|" dd s month "\\)" - s "\\(" HH:MM "\\|" s yyyy "\\)")) + s "\\(" HH:MM "\\|" s yyyy "\\|" yyyy s "\\)")) (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)"))) ;; Require the previous column to end in a digit. ;; This avoids recognizing `1 may 1997' as a date in the line: