From: Richard M. Stallman Date: Fri, 17 Nov 1995 17:01:55 +0000 (+0000) Subject: (calendar-julian-date-string): Autoload this. X-Git-Tag: emacs-19.34~2287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07986bc4608e4e536142a46fcfd2fc4dd59df104;p=emacs.git (calendar-julian-date-string): Autoload this. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index ea3c0635798..e62c9b3cf8c 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1315,6 +1315,12 @@ Gregorian date Sunday, December 31, 1 BC.") "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." 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. +Driven by the variable `calendar-date-display-form'." + t) + (autoload 'calendar-goto-iso-date "cal-iso" "Move cursor to ISO date." t)