projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2c011
)
Switch the month and day in the date.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 30 Jul 2011 09:45:25 +0000
(11:45 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 30 Jul 2011 09:45:25 +0000
(11:45 +0200)
selector.el
patch
|
blob
|
history
diff --git
a/selector.el
b/selector.el
index
2175352
..
419c96f
100644
(file)
--- 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))
;; " -- "