# HG changeset patch # User Richard M. Stallman # Date 871957946 0 # Node ID d43fe749c103ee4902fbb2d963b4faa886e2ccb7 # Parent 5c790f1ce4b47d1243db1b34c3c23b4664991637 Add an autoload form for calendar-print-julian-date. diff -r 5c790f1ce4b4 -r d43fe749c103 lisp/calendar/calendar.el --- 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.