From c8198d65fb55b4cb98c5354c6a35fc2ee671a5ac Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 30 Jul 2011 11:45:25 +0200 Subject: [PATCH] Switch the month and day in the date. --- selector.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector.el b/selector.el index 2175352..419c96f 100644 --- a/selector.el +++ b/selector.el @@ -335,7 +335,7 @@ There seems to be header-line refreshing problems with emacs21." (if (file-remote-p s) " " (propertize - (format-time-string "%a %b %e" (elt (file-attributes s) 5)) + (format-time-string "%b %a %e" (elt (file-attributes s) 5)) 'face 'selector/date)) ;; " -- " -- 2.20.1