]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 26 Nov 2010 03:19:58 +0000 (19:19 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 26 Nov 2010 03:19:58 +0000 (19:19 -0800)
lisp/calendar/diary-lib.el

index 159682c2e63eae713cf18059647c0d2a11567281..1623ff101973a84e0e6faef392568ee72498f888 100644 (file)
@@ -323,8 +323,7 @@ Returns a string using match elements 1-5, where:
     ;; 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