summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-23 03:27:13 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-23 03:27:13 +0000
commit32b3f9e3b814967adaef1ea6bc88dd65767ccf88 (patch)
tree609548bf9b50019dc9c9a54022ff8856bb16f82d /lisp
parent83d67b56923c158d37d8f092500a49e73f6c3eb6 (diff)
downloademacs-32b3f9e3b814967adaef1ea6bc88dd65767ccf88.tar.gz
(calendar-other-dates): Revert previous change; absolute-date was
already there (as "RD" date).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/calendar/calendar.el1
2 files changed, 0 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index afd182ec20d..2db6ee907c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>.
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))