From 6dcba8a327f1c9b1d884c1b167ee9fd8b775ebc9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Nov 1995 22:26:25 +0000 Subject: [PATCH] (calendar-julian-from-absolute): Autoload it. --- lisp/calendar/calendar.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index ff095ea42b3..ea3c0635798 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1306,6 +1306,11 @@ calendar." "String of Chinese date of Gregorian date." t) +(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) +Gregorian date Sunday, December 31, 1 BC.") + (autoload 'calendar-goto-julian-date "cal-julian" "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." t) -- 2.39.2