diff options
author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1997-12-05 17:37:39 +0000 |
---|---|---|
committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1997-12-05 17:37:39 +0000 |
commit | 57fd6de3227bde3ce1a67a8d252338e873a1cc05 (patch) | |
tree | c3278820d158916e9413f6946021fd9b16882ab9 /lisp/calendar | |
parent | c51bbf1b355e2dceca5e01a1192d0f752a8db861 (diff) | |
download | emacs-57fd6de3227bde3ce1a67a8d252338e873a1cc05.tar.gz |
Add fixed date (RD) to menu of other dates.
Diffstat (limited to 'lisp/calendar')
-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." (list (format "Astronomical (Julian) day number (at noon UTC): %s.0" (calendar-astro-date-string date))) + (list + (format "Fixed date: %s" + (calendar-absolute-from-gregorian date))) (list (format "Hebrew date (before sunset): %s" (calendar-hebrew-date-string date))) (list (format "Persian date: %s" |