--- dired.el.orig 2003-02-02 17:10:08.000000000 -0800 +++ dired.el 2003-02-02 17:07:55.000000000 -0800 @@ -789,9 +789,10 @@ "[12][90][0-9][0-9] " "\\)")) (month-date (concat "\\(" month " " date "\\)")) - (date-month (concat "\\(" date " " month "\\)"))) + (date-month (concat "\\(" date " " month "\\)")) + (date-date (concat "\\(" year "\-" date "\-" date "\\)"))) (concat " " - "\\(" date-month "\\|" month-date "\\)" + "\\(" date-month "\\|" month-date "\\|" date-date "\\)" " " "\\(" time "\\|" year "\\)" " ")))