Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 6640 | Differences between
and this patch

Collapse All | Expand All

(-)dired.el.orig (-2 / +3 lines)
Lines 789-797 Link Here
789
		    "[12][90][0-9][0-9]  "
789
		    "[12][90][0-9][0-9]  "
790
		    "\\)"))
790
		    "\\)"))
791
	     (month-date (concat "\\(" month " " date "\\)"))
791
	     (month-date (concat "\\(" month " " date "\\)"))
792
	     (date-month (concat "\\(" date " " month "\\)")))
792
	     (date-month (concat "\\(" date " " month "\\)"))
793
	     (date-date (concat "\\(" year "\-" date "\-" date "\\)")))
793
	(concat " "
794
	(concat " "
794
		"\\("  date-month "\\|" month-date "\\)"
795
		"\\("  date-month "\\|" month-date "\\|" date-date "\\)"
795
		" "
796
		" "
796
		"\\(" time "\\|" year "\\)"
797
		"\\(" time "\\|" year "\\)"
797
		" ")))
798
		" ")))

Return to bug 6640