Mercurial > emacs
changeset 111728:3d2a49995aff
* lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Nov 2010 19:19:58 -0800 |
parents | 997260859cca |
children | f5f8ce99f766 |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Thu Nov 25 19:14:03 2010 -0800 +++ b/lisp/calendar/diary-lib.el Thu Nov 25 19:19:58 2010 -0800 @@ -323,8 +323,7 @@ ;; If we could convert the monthname to a numeric month, we can ;; use the standard function calendar-date-string. (concat (if month - (calendar-date-string (list (string-to-number month) - (string-to-number day) + (calendar-date-string (list month (string-to-number day) (string-to-number year))) (cond ((eq calendar-date-style 'iso) "\\3 \\1 \\2") ; YMD ((eq calendar-date-style 'european) "\\2 \\1 \\3") ; DMY