From: Francois Fleuret Date: Sat, 30 Jul 2011 09:45:25 +0000 (+0200) Subject: Switch the month and day in the date. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=c8198d65fb55b4cb98c5354c6a35fc2ee671a5ac Switch the month and day in the date. --- 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)) ;; " -- "