# HG changeset patch # User Richard M. Stallman # Date 816387985 0 # Node ID b979fa5d0d0b210f66acd507284d0ae2d8f4401d # Parent 1418ed733e9d93608b6edf7a2aec13d3d68ba044 (calendar-julian-from-absolute): Autoload it. diff -r 1418ed733e9d -r b979fa5d0d0b lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Tue Nov 14 21:05:54 1995 +0000 +++ b/lisp/calendar/calendar.el Tue Nov 14 22:26:25 1995 +0000 @@ -1306,6 +1306,11 @@ "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)