From 07986bc4608e4e536142a46fcfd2fc4dd59df104 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Nov 1995 17:01:55 +0000 Subject: [PATCH] (calendar-julian-date-string): Autoload this. --- lisp/calendar/calendar.el | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 2.39.2