diff options
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/calendar.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 40ce29ad238..8fe2f3cd6da 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1306,6 +1306,9 @@ calendar." "String of Chinese date of Gregorian date." t) +(autoload 'calendar-astro-from-absolute "cal-julian" + "Astronomical (Julian) day number of absolute date D.") + (autoload 'calendar-julian-from-absolute "cal-julian" "Compute the Julian (month day year) corresponding to the absolute DATE. The absolute date is the number of days elapsed since the (imaginary) |