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:
parent
7a8560d7d7
commit
778f4651d5
@ -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]")
|
||||
|
Loading…
Reference in New Issue
Block a user