diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-23 03:27:13 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-23 03:27:13 +0000 |
commit | 32b3f9e3b814967adaef1ea6bc88dd65767ccf88 (patch) | |
tree | 609548bf9b50019dc9c9a54022ff8856bb16f82d /lisp/calendar | |
parent | 83d67b56923c158d37d8f092500a49e73f6c3eb6 (diff) | |
download | emacs-32b3f9e3b814967adaef1ea6bc88dd65767ccf88.tar.gz |
(calendar-other-dates): Revert previous change; absolute-date was
already there (as "RD" date).
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/calendar.el | 1 |
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)) |