Mercurial > emacs
changeset 37651:db867aae3c66
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Thu, 10 May 2001 01:57:04 +0000 |
parents | 061ef023b0af |
children | 7fb1a7ce4a40 |
files | lisp/ChangeLog lisp/calendar/timeclock.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 10 01:55:51 2001 +0000 +++ b/lisp/ChangeLog Thu May 10 01:57:04 2001 +0000 @@ -2,6 +2,8 @@ * calendar/timeclock.el (timeclock-find-discrep): Initialize `elapsed' to 0. + (timeclock-find-discrep): Set `timeclock-last-event-workday' if + it's still nil. 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
--- a/lisp/calendar/timeclock.el Thu May 10 01:55:51 2001 +0000 +++ b/lisp/calendar/timeclock.el Thu May 10 01:57:04 2001 +0000 @@ -4,7 +4,7 @@ ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 25 Mar 1999 -;; Version: 2.5 +;; Version: 2.6 ;; Keywords: calendar data ;; This file is part of GNU Emacs.