diff options
| -rw-r--r-- | lisp/calendar/cal-menu.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 452683cc0a8..9295c77d779 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -385,6 +385,9 @@ The output is in landscape format, one month to a page." | |||
| 385 | (list | 385 | (list |
| 386 | (format "Astronomical (Julian) day number (at noon UTC): %s.0" | 386 | (format "Astronomical (Julian) day number (at noon UTC): %s.0" |
| 387 | (calendar-astro-date-string date))) | 387 | (calendar-astro-date-string date))) |
| 388 | (list | ||
| 389 | (format "Fixed date: %s" | ||
| 390 | (calendar-absolute-from-gregorian date))) | ||
| 388 | (list (format "Hebrew date (before sunset): %s" | 391 | (list (format "Hebrew date (before sunset): %s" |
| 389 | (calendar-hebrew-date-string date))) | 392 | (calendar-hebrew-date-string date))) |
| 390 | (list (format "Persian date: %s" | 393 | (list (format "Persian date: %s" |