]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-move-to-filename-regexp): Add . to HH:MM.
authorJuri Linkov <juri@jurta.org>
Wed, 31 Mar 2004 16:06:43 +0000 (16:06 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 31 Mar 2004 16:06:43 +0000 (16:06 +0000)
lisp/dired.el

index cfdb57d614c4837589f2d00f2a7b7435e4019250..6491e11c1e0e5a6a6a1f714935452935f8fcef6b 100644 (file)
@@ -1630,7 +1630,7 @@ DIR must be a directory name, not a file name."
         (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]")