emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102528: * lisp/calendar/diary-lib.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102528: * lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
Date: Thu, 25 Nov 2010 19:19:58 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102528
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-11-25 19:19:58 -0800
message:
  * lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
modified:
  lisp/calendar/diary-lib.el
=== modified file 'lisp/calendar/diary-lib.el'
--- a/lisp/calendar/diary-lib.el        2010-11-26 03:14:03 +0000
+++ b/lisp/calendar/diary-lib.el        2010-11-26 03:19:58 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]