emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/timeclock.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/timeclock.el
Date: Wed, 03 Jul 2002 09:18:53 -0400

Index: emacs/lisp/calendar/timeclock.el
diff -c emacs/lisp/calendar/timeclock.el:1.18 
emacs/lisp/calendar/timeclock.el:1.19
*** emacs/lisp/calendar/timeclock.el:1.18       Sat Nov  3 10:48:13 2001
--- emacs/lisp/calendar/timeclock.el    Wed Jul  3 09:18:53 2002
***************
*** 458,464 ****
            (% (truncate (/ (abs seconds) 60)) 60))))
  
  (defsubst timeclock-workday-remaining (&optional today-only)
!   "Return a the number of seconds until the workday is complete.
  The amount returned is relative to the value of `timeclock-workday'.
  If TODAY-ONLY is non-nil, the value returned will be relative only to
  the time worked today, and not to past time.  This argument only makes
--- 458,464 ----
            (% (truncate (/ (abs seconds) 60)) 60))))
  
  (defsubst timeclock-workday-remaining (&optional today-only)
!   "Return the number of seconds until the workday is complete.
  The amount returned is relative to the value of `timeclock-workday'.
  If TODAY-ONLY is non-nil, the value returned will be relative only to
  the time worked today, and not to past time.  This argument only makes
***************
*** 491,497 ****
        string)))
  
  (defsubst timeclock-workday-elapsed ()
!   "Return a the number of seconds worked so far today.
  If RELATIVE is non-nil, the amount returned will be relative to past
  time worked.  The default is to return only the time that has elapsed
  so far today."
--- 491,497 ----
        string)))
  
  (defsubst timeclock-workday-elapsed ()
!   "Return the number of seconds worked so far today.
  If RELATIVE is non-nil, the amount returned will be relative to past
  time worked.  The default is to return only the time that has elapsed
  so far today."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]