mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 07:00:31 -08:00
(calendar-julian-date-string): Autoload this.
This commit is contained in:
parent
e75e28533d
commit
07986bc460
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue