]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-other-dates): Revert previous change; absolute-date was
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Apr 2008 03:27:13 +0000 (03:27 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Apr 2008 03:27:13 +0000 (03:27 +0000)
already there (as "RD" date).

lisp/ChangeLog
lisp/calendar/calendar.el

index afd182ec20d330c5d4143dfe3fbc61ee56e9adfb..2db6ee907c0075be25cefe8e614e380ac19e4166 100644 (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>.
index aa7846e40904e51aae0726776812a8129cc9eab0..faefabed525ca26275b3c7332b5fdca0fff4bf3c 100644 (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))