Mercurial > emacs
changeset 13546:b979fa5d0d0b
(calendar-julian-from-absolute): Autoload it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 14 Nov 1995 22:26:25 +0000 |
parents | 1418ed733e9d |
children | 37cf3f6ba99c |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)