From ee3bb32f1b5e16ebacfb32f7690b5f913f4a5d52 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Fri, 5 Dec 1997 17:37:39 +0000 Subject: [PATCH] Add fixed date (RD) to menu of other dates. --- lisp/calendar/cal-menu.el | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.2