Switch the month and day in the date.
authorFrancois Fleuret <francois@fleuret.org>
Sat, 30 Jul 2011 09:45:25 +0000 (11:45 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 30 Jul 2011 09:45:25 +0000 (11:45 +0200)
selector.el

index 2175352..419c96f 100644 (file)
@@ -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))
 
    ;; " -- "