emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-china.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-china.el,v
Date: Fri, 04 Apr 2008 07:05:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/04 07:05:44

Index: cal-china.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-china.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- cal-china.el        2 Apr 2008 03:52:36 -0000       1.44
+++ cal-china.el        4 Apr 2008 07:05:44 -0000       1.45
@@ -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)




reply via email to

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