aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el3
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."
1306 "String of Chinese date of Gregorian date." 1306 "String of Chinese date of Gregorian date."
1307 t) 1307 t)
1308 1308
1309(autoload 'calendar-astro-from-absolute "cal-julian"
1310 "Astronomical (Julian) day number of absolute date D.")
1311
1309(autoload 'calendar-julian-from-absolute "cal-julian" 1312(autoload 'calendar-julian-from-absolute "cal-julian"
1310 "Compute the Julian (month day year) corresponding to the absolute DATE. 1313 "Compute the Julian (month day year) corresponding to the absolute DATE.
1311The absolute date is the number of days elapsed since the (imaginary) 1314The absolute date is the number of days elapsed since the (imaginary)