diff options
| author | Richard M. Stallman | 1995-11-14 22:26:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-14 22:26:25 +0000 |
| commit | 6dcba8a327f1c9b1d884c1b167ee9fd8b775ebc9 (patch) | |
| tree | bb116a5693c3dce166d8a437336317ce2b4fc1c6 /lisp | |
| parent | a80a30b333db58ab32dc33e7a1ccfa148648a099 (diff) | |
| download | emacs-6dcba8a327f1c9b1d884c1b167ee9fd8b775ebc9.tar.gz emacs-6dcba8a327f1c9b1d884c1b167ee9fd8b775ebc9.zip | |
(calendar-julian-from-absolute): Autoload it.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/calendar.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index ff095ea42b3..ea3c0635798 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1306,6 +1306,11 @@ calendar." | |||
| 1306 | "String of Chinese date of Gregorian date." | 1306 | "String of Chinese date of Gregorian date." |
| 1307 | t) | 1307 | t) |
| 1308 | 1308 | ||
| 1309 | (autoload 'calendar-julian-from-absolute "cal-julian" | ||
| 1310 | "Compute the Julian (month day year) corresponding to the absolute DATE. | ||
| 1311 | The absolute date is the number of days elapsed since the (imaginary) | ||
| 1312 | Gregorian date Sunday, December 31, 1 BC.") | ||
| 1313 | |||
| 1309 | (autoload 'calendar-goto-julian-date "cal-julian" | 1314 | (autoload 'calendar-goto-julian-date "cal-julian" |
| 1310 | "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." | 1315 | "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." |
| 1311 | t) | 1316 | t) |