1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(dired-move-to-filename-regexp): Add . to HH:MM.

This commit is contained in:
Juri Linkov 2004-03-31 16:06:43 +00:00
parent 7a8560d7d7
commit 778f4651d5

View 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]")