Mercurial > emacs
changeset 13875:96d81534d210
Fix autoloads.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Wed, 27 Dec 1995 17:29:28 +0000 |
parents | eec68643bcfb |
children | 16decb4ae75f |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Wed Dec 27 17:21:34 1995 +0000 +++ b/lisp/calendar/calendar.el Wed Dec 27 17:29:28 1995 +0000 @@ -1295,7 +1295,7 @@ t) (autoload 'calendar-goto-chinese-date "cal-chinese" - "Move cursor to Chinese date date." + "Move cursor to Chinese date." t) (autoload 'calendar-print-chinese-date "cal-chinese" @@ -1306,9 +1306,21 @@ "String of Chinese date of Gregorian date." t) +(autoload 'calendar-absolute-from-astro + "Absolute date of astronomical (Julian) day number D." + "cal-julian") + (autoload 'calendar-astro-from-absolute "cal-julian" "Astronomical (Julian) day number of absolute date D.") +(autoload 'calendar-astro-date-string "cal-julian" + "String of astronomical (Julian) day number of Gregorian date." + t) + +(autoload 'calendar-goto-astro-date "cal-julian" + "Move cursor to astronomical (Julian) day number." + 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)