# HG changeset patch # User Glenn Morris # Date 1207292744 0 # Node ID 60b7d8c48c079ece134fb852082bfc5990abfaca # Parent f5d39ae0db5b5f75f800166f0bfad21e59f70294 Update for cal-julian name changes. diff -r f5d39ae0db5b -r 60b7d8c48c07 lisp/calendar/cal-china.el --- 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)