]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-julian-date-string): Autoload this.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Nov 1995 17:01:55 +0000 (17:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Nov 1995 17:01:55 +0000 (17:01 +0000)
lisp/calendar/calendar.el

index ea3c0635798c71ea0f06a372fc7bf2dc0b1b0c78..e62c9b3cf8cf12e96f008ff07aee8449c0fa81ee 100644 (file)
@@ -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)