Mercurial > emacs
changeset 54661:7b96c8a4ad75
(dired-move-to-filename-regexp): Add . to HH:MM.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 31 Mar 2004 16:06:43 +0000 |
parents | 122a60d4f165 |
children | d609a0d94db2 |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Wed Mar 31 12:42:43 2004 +0000 +++ b/lisp/dired.el Wed Mar 31 16:06:43 2004 +0000 @@ -1630,7 +1630,7 @@ (s " ") (yyyy "[0-9][0-9][0-9][0-9]") (dd "[ 0-3][0-9]") - (HH:MM "[ 0-2][0-9]:[0-5][0-9]") + (HH:MM "[ 0-2][0-9][:.][0-5][0-9]") (seconds "[0-6][0-9]\\([.,][0-9]+\\)?") (zone "[-+][0-2][0-9][0-5][0-9]") (iso-mm-dd "[01][0-9]-[0-3][0-9]")