From 14fcc701c702154ddf85ec3f2595bb62281fa401 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:34:52 +0000 Subject: [PATCH] (calendar-astro-from-absolute): Autoload it. --- lisp/calendar/calendar.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2