changeset 93637:60b7d8c48c07

Update for cal-julian name changes.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Apr 2008 07:05:44 +0000
parents f5d39ae0db5b
children bab9812286c1
files lisp/calendar/cal-china.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-china.el	Fri Apr 04 07:04:58 2008 +0000
+++ b/lisp/calendar/cal-china.el	Fri Apr 04 07:05:44 2008 +0000
@@ -51,7 +51,7 @@
 (require 'lunar)                        ; lunar-new-moon-on-or-after
 ;; solar-date-next-longitude brought in by lunar.
 ;;;(require 'solar)
-;; calendar-absolute-from-astro and v versa are cal-autoloads.
+;; calendar-astro-to-absolute and from-absolute are cal-autoloads.
 ;;;(require 'cal-julian)
 
 
@@ -195,7 +195,7 @@
          (calendar-daylight-savings-ends-time
           chinese-calendar-daylight-savings-ends-time))
    (floor
-    (calendar-absolute-from-astro
+    (calendar-astro-to-absolute
      (solar-date-next-longitude (calendar-astro-from-absolute d) 30)))))
 
 (defun chinese-new-moon-on-or-after (d)
@@ -217,7 +217,7 @@
          (calendar-daylight-savings-ends-time
           chinese-calendar-daylight-savings-ends-time))
     (floor
-     (calendar-absolute-from-astro
+     (calendar-astro-to-absolute
       (lunar-new-moon-on-or-after (calendar-astro-from-absolute d))))))
 
 (defun chinese-month-list (start end)