summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-china.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-04 07:06:53 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-04 07:06:53 +0000
commit5c645a20f4a14a95d8363488c44a402d14adad1c (patch)
tree023a58688dddb9dd0754f8c375bc5210a908257f /lisp/calendar/cal-china.el
parentbd773d17f8630129e0768e77a05801d6708f7c91 (diff)
downloademacs-5c645a20f4a14a95d8363488c44a402d14adad1c.tar.gz
Update for cal-julian name changes.
Diffstat (limited to 'lisp/calendar/cal-china.el')
-rw-r--r--lisp/calendar/cal-china.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el
index ea4c1e92ad4..116c2950df7 100644
--- a/lisp/calendar/cal-china.el
+++ b/lisp/calendar/cal-china.el
@@ -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 @@ The Zodiac signs begin when the sun's longitude is a multiple of 30 degrees."
(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 @@ The Zodiac signs begin when the sun's longitude is a multiple of 30 degrees."
(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)