Mercurial > emacs
comparison lisp/calendar/calendar.el @ 19422:d43fe749c103
Add an autoload form for calendar-print-julian-date.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Aug 1997 02:32:26 +0000 |
parents | 52b2d9fc00a4 |
children | 3a3578e9593f |
comparison
equal
deleted
inserted
replaced
19421:5c790f1ce4b4 | 19422:d43fe749c103 |
---|---|
1498 The absolute date is the number of days elapsed since the (imaginary) | 1498 The absolute date is the number of days elapsed since the (imaginary) |
1499 Gregorian date Sunday, December 31, 1 BC.") | 1499 Gregorian date Sunday, December 31, 1 BC.") |
1500 | 1500 |
1501 (autoload 'calendar-goto-julian-date "cal-julian" | 1501 (autoload 'calendar-goto-julian-date "cal-julian" |
1502 "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." | 1502 "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." |
1503 t) | |
1504 | |
1505 (autoload 'calendar-print-julian-date "cal-julian" | |
1506 "Show the Julian calendar equivalent of the date under the cursor." | |
1503 t) | 1507 t) |
1504 | 1508 |
1505 (autoload 'calendar-julian-date-string "cal-julian" | 1509 (autoload 'calendar-julian-date-string "cal-julian" |
1506 "String of Julian date of Gregorian DATE. | 1510 "String of Julian date of Gregorian DATE. |
1507 Defaults to today's date if DATE is not given. | 1511 Defaults to today's date if DATE is not given. |