mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(calendar-julian-from-absolute): Autoload it.
This commit is contained in:
parent
a80a30b333
commit
6dcba8a327
@ -1306,6 +1306,11 @@ calendar."
|
||||
"String of Chinese date of Gregorian date."
|
||||
t)
|
||||
|
||||
(autoload 'calendar-julian-from-absolute "cal-julian"
|
||||
"Compute the Julian (month day year) corresponding to the absolute DATE.
|
||||
The absolute date is the number of days elapsed since the (imaginary)
|
||||
Gregorian date Sunday, December 31, 1 BC.")
|
||||
|
||||
(autoload 'calendar-goto-julian-date "cal-julian"
|
||||
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
|
||||
t)
|
||||
|
Loading…
Reference in New Issue
Block a user