emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111069: * lisp/calc/calc-forms.el (m


From: Jay Belanger
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111069: * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.
Date: Sun, 02 Dec 2012 19:05:08 -0600
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111069
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Sun 2012-12-02 19:05:08 -0600
message:
  * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.
modified:
  lisp/calc/calc-forms.el
=== modified file 'lisp/calc/calc-forms.el'
--- a/lisp/calc/calc-forms.el   2012-12-03 01:01:13 +0000
+++ b/lisp/calc/calc-forms.el   2012-12-03 01:05:08 +0000
@@ -471,7 +471,7 @@
     (list 
      year
      (math-add (car (math-idivmod 
-                     (math-sub date (math-iso-dt-to-absolute year 1 1))
+                     (math-sub date (math-absolute-from-iso-dt year 1 1))
                      7))
                1)
      (cdr (math-idivmod date 7)))))


reply via email to

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