[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calendar/timeclock.el,v
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calendar/timeclock.el,v |
Date: |
Wed, 30 Jul 2008 02:13:41 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: John Wiegley <johnw> 08/07/30 02:13:41
Index: calendar/timeclock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/timeclock.el,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- calendar/timeclock.el 6 May 2008 03:07:58 -0000 1.46
+++ calendar/timeclock.el 30 Jul 2008 02:13:37 -0000 1.47
@@ -831,7 +831,7 @@
(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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/calendar/timeclock.el,v,
John Wiegley <=