diff options
| -rw-r--r-- | lisp/calendar/calendar.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 53273950b86..3263ece1333 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1502,6 +1502,10 @@ Gregorian date Sunday, December 31, 1 BC.") | |||
| 1502 | "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." | 1502 | "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." |
| 1503 | t) | 1503 | t) |
| 1504 | 1504 | ||
| 1505 | (autoload 'calendar-print-julian-date "cal-julian" | ||
| 1506 | "Show the Julian calendar equivalent of the date under the cursor." | ||
| 1507 | t) | ||
| 1508 | |||
| 1505 | (autoload 'calendar-julian-date-string "cal-julian" | 1509 | (autoload 'calendar-julian-date-string "cal-julian" |
| 1506 | "String of Julian date of Gregorian DATE. | 1510 | "String of Julian date of Gregorian DATE. |
| 1507 | Defaults to today's date if DATE is not given. | 1511 | Defaults to today's date if DATE is not given. |