Mercurial > emacs
changeset 94287:516bb14c6737
(calendar-other-dates): Revert previous change; absolute-date was
already there (as "RD" date).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 23 Apr 2008 03:26:54 +0000 |
parents | 684b4c103223 |
children | f2134121363a |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Wed Apr 23 03:07:56 2008 +0000 +++ b/lisp/calendar/calendar.el Wed Apr 23 03:26:54 2008 +0000 @@ -2172,7 +2172,6 @@ (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))