From: John Wiegley Date: Thu, 10 May 2001 01:57:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb89da0f8fab4ef2cb732a72013e0b964f9d15c5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45d757bbcef..737b1190e8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 2cd06f3ac6b..a054513441c 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -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.