]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-julian-from-absolute): Autoload it.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 22:26:25 +0000 (22:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 22:26:25 +0000 (22:26 +0000)
lisp/calendar/calendar.el

index ff095ea42b3e778c273d616e87cb90d119227889..ea3c0635798c71ea0f06a372fc7bf2dc0b1b0c78 100644 (file)
@@ -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)