diff options
| author | Gerd Moellmann | 1999-11-22 12:54:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-22 12:54:38 +0000 |
| commit | d1b8adf7a69600405a0ff4908e457b96927cf903 (patch) | |
| tree | dd0400ae40c0cb26bafcc74dba9a2620eef51f09 | |
| parent | 1b0d24e7f6cd7c375cdc4ca223dc436723a95f32 (diff) | |
| download | emacs-d1b8adf7a69600405a0ff4908e457b96927cf903.tar.gz emacs-d1b8adf7a69600405a0ff4908e457b96927cf903.zip | |
Fix autoload for calendar-absolute-from-astro. Add autoload for
calendar-print-astro-day-number.
| -rw-r--r-- | lisp/calendar/calendar.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index db8de2c2ea3..afeece04328 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1506,9 +1506,9 @@ calendar." | |||
| 1506 | "String of Chinese date of Gregorian date." | 1506 | "String of Chinese date of Gregorian date." |
| 1507 | t) | 1507 | t) |
| 1508 | 1508 | ||
| 1509 | (autoload 'calendar-absolute-from-astro | 1509 | (autoload 'calendar-absolute-from-astro "cal-julian" |
| 1510 | "Absolute date of astronomical (Julian) day number D." | 1510 | "Absolute date of astronomical (Julian) day number D." |
| 1511 | "cal-julian") | 1511 | t ) |
| 1512 | 1512 | ||
| 1513 | (autoload 'calendar-astro-from-absolute "cal-julian" | 1513 | (autoload 'calendar-astro-from-absolute "cal-julian" |
| 1514 | "Astronomical (Julian) day number of absolute date D.") | 1514 | "Astronomical (Julian) day number of absolute date D.") |
| @@ -1521,6 +1521,10 @@ calendar." | |||
| 1521 | "Move cursor to astronomical (Julian) day number." | 1521 | "Move cursor to astronomical (Julian) day number." |
| 1522 | t) | 1522 | t) |
| 1523 | 1523 | ||
| 1524 | (autoload 'calendar-print-astro-day-number "cal-julian" | ||
| 1525 | "Show the astro date equivalents of date." | ||
| 1526 | t) | ||
| 1527 | |||
| 1524 | (autoload 'calendar-julian-from-absolute "cal-julian" | 1528 | (autoload 'calendar-julian-from-absolute "cal-julian" |
| 1525 | "Compute the Julian (month day year) corresponding to the absolute DATE. | 1529 | "Compute the Julian (month day year) corresponding to the absolute DATE. |
| 1526 | The absolute date is the number of days elapsed since the (imaginary) | 1530 | The absolute date is the number of days elapsed since the (imaginary) |