From 1661df026fefb564694f3b46ccfb36087bbe68d4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 30 Jul 2008 02:13:37 +0000 Subject: [PATCH] * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'. --- lisp/ChangeLog | 5 +++++ lisp/calendar/timeclock.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a8dc5009cf..30f89ec3fcd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-07-30 David Lord + + * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' + to `cddr'. + 2008-07-29 Chong Yidong * Makefile.in (ELCFILES): Add mairix.elc. diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index ff4901e1393..9b223e3caa5 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -831,7 +831,7 @@ This is only provided for coherency when used by (defsubst timeclock-day-projects (day) "Return a list of all the projects in DAY." - (timeclock-entry-list-projects (cdr day))) + (timeclock-entry-list-projects (cddr day))) (defmacro timeclock-day-list-template (func) "Template for summing the result of FUNC on each element of DAY-LIST." -- 2.39.2