# HG changeset patch # User John Wiegley # Date 989459824 0 # Node ID db867aae3c6629d6d944a20e8a5c8639c6f23d54 # Parent 061ef023b0af97df860a91aaa056d64d9e427347 *** empty log message *** diff -r 061ef023b0af -r db867aae3c66 lisp/ChangeLog --- 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 diff -r 061ef023b0af -r db867aae3c66 lisp/calendar/timeclock.el --- 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 ;; Created: 25 Mar 1999 -;; Version: 2.5 +;; Version: 2.6 ;; Keywords: calendar data ;; This file is part of GNU Emacs.