mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(calendar-astro-from-absolute): Autoload it.
This commit is contained in:
parent
393ae6ec84
commit
14fcc701c7
@ -1306,6 +1306,9 @@ calendar."
|
||||
"String of Chinese date of Gregorian date."
|
||||
t)
|
||||
|
||||
(autoload 'calendar-astro-from-absolute "cal-julian"
|
||||
"Astronomical (Julian) day number of absolute date D.")
|
||||
|
||||
(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)
|
||||
|
Loading…
Reference in New Issue
Block a user