1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(calendar-other-dates): Revert previous change; absolute-date was

already there (as "RD" date).
This commit is contained in:
Glenn Morris 2008-04-23 03:27:13 +00:00
parent 83d67b5692
commit 32b3f9e3b8
2 changed files with 0 additions and 3 deletions

View file

@ -25,8 +25,6 @@
* calendar/cal-islam.el (holiday-islamic): Doc fix.
* calendar/calendar.el (calendar-other-dates): Add absolute date.
* calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
(diary-remind): Allow negative DAYS to represent a range 1:DAYS.
Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.

View file

@ -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))