Add an autoload form for calendar-print-julian-date.

This commit is contained in:
Richard M. Stallman 1997-08-19 02:32:26 +00:00
parent ce8f7cc1a2
commit 2b3f69c8a3

View file

@ -1502,6 +1502,10 @@ Gregorian date Sunday, December 31, 1 BC.")
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
t)
(autoload 'calendar-print-julian-date "cal-julian"
"Show the Julian calendar equivalent of the date under the cursor."
t)
(autoload 'calendar-julian-date-string "cal-julian"
"String of Julian date of Gregorian DATE.
Defaults to today's date if DATE is not given.