Mercurial > emacs
changeset 21690:e8a5797c2808
(dired-move-to-filename-regexp): There might be a space
after the year instead of before it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 21 Apr 1998 05:22:19 +0000 |
parents | 95c0fe8d25a7 |
children | 2a33987c0f02 |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: