Mercurial > emacs
changeset 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 | 5c790f1ce4b4 |
children | f6f7ae045fe3 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Tue Aug 19 01:22:06 1997 +0000 +++ b/lisp/calendar/calendar.el Tue Aug 19 02:32:26 1997 +0000 @@ -1502,6 +1502,10 @@ "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." t) +(autoload 'calendar-print-julian-date "cal-julian" + "Show the Julian calendar equivalent of the date under the cursor." + t) + (autoload 'calendar-julian-date-string "cal-julian" "String of Julian date of Gregorian DATE. Defaults to today's date if DATE is not given.