]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-move-to-filename-regexp): Allow format where
authorGerd Moellmann <gerd@gnu.org>
Thu, 27 Apr 2000 18:53:44 +0000 (18:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 27 Apr 2000 18:53:44 +0000 (18:53 +0000)
YYYY is followed by two spaces.

lisp/dired.el

index e9426d402880c05fae79fec3c95b4f7757ee4122..1ed44e2f7b8014b00ae4e926ffb9a1e3078ba4c7 100644 (file)
@@ -1486,8 +1486,10 @@ DIR must be a directory name, not a file name."
         (western (concat "\\(" month s dd "\\|" dd s month "\\)"
          ;; weiand: changed: year potentially unaligned
 ;;old                    s "\\(" HH:MM "\\|" s yyyy "\\|" yyyy s "\\)"))
-                         s "\\(" HH:MM "\\|" s "?" yyyy "\\|" yyyy s
-"\\)"))
+                         s "\\(" HH:MM 
+                                 "\\|" yyyy s s "?"
+                                 "\\|" s "?" yyyy
+                            "\\)"))
         (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)")))
         ;; The "[0-9]" below requires the previous column to end in a digit.
         ;; This avoids recognizing `1 may 1997' as a date in the line: