1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00

(calendar-julian-date-string): Autoload this.

This commit is contained in:
Richard M. Stallman 1995-11-17 17:01:55 +00:00
parent e75e28533d
commit 07986bc460

View 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)