X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=selector.el;h=419c96fdb53d427efef28501b2deabc7783cec5f;hp=2175352c5683cbf2bd833f63343343eef4f774b2;hb=a6876d786f18071b9abf0bfc56e6fc313e503e72;hpb=5b627fd837f5de4cace93ce8e7dfa8f76efd9ccb 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)) ;; " -- "