diff lisp/calendar/calendar.el @ 13573:6fff4a5fc018

(calendar-julian-date-string): Autoload this.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Nov 1995 17:01:55 +0000
parents b979fa5d0d0b
children a2554930ea38
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Fri Nov 17 08:23:27 1995 +0000
+++ b/lisp/calendar/calendar.el	Fri Nov 17 17:01:55 1995 +0000
@@ -1315,6 +1315,12 @@
   "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)