diff options
| author | Edward M. Reingold | 1997-12-05 17:37:39 +0000 |
|---|---|---|
| committer | Edward M. Reingold | 1997-12-05 17:37:39 +0000 |
| commit | ee3bb32f1b5e16ebacfb32f7690b5f913f4a5d52 (patch) | |
| tree | 45b72e9a35d9e0ceb9f53db4b94785f0f46c12a7 | |
| parent | 2d181349297c2dd92d536a05e22173279d8c2f71 (diff) | |
| download | emacs-ee3bb32f1b5e16ebacfb32f7690b5f913f4a5d52.tar.gz emacs-ee3bb32f1b5e16ebacfb32f7690b5f913f4a5d52.zip | |
Add fixed date (RD) to menu of other dates.
| -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" |