summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/calendar.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index aa7846e4090..faefabed525 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -2172,7 +2172,6 @@ DATE is (month day year). Calendars that do not apply are omitted."
(delq nil
(list
(calendar-day-of-year-string date)
- (format "Absolute date: %s" (calendar-absolute-from-gregorian date))
(format "ISO date: %s" (calendar-iso-date-string date))
(format "Julian date: %s"
(calendar-julian-date-string date))