emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/timer.el
Date: Thu, 18 Jul 2002 11:02:00 -0400

Index: emacs/lisp/timer.el
diff -c emacs/lisp/timer.el:1.28 emacs/lisp/timer.el:1.29
*** emacs/lisp/timer.el:1.28    Wed Jul 17 03:29:47 2002
--- emacs/lisp/timer.el Thu Jul 18 11:02:00 2002
***************
*** 127,133 ****
  
  (defun timer-inc-time (timer secs &optional usecs)
    "Increment the time set in TIMER by SECS seconds and USECS microseconds.
! SECS may be a fraction."
    (let ((time (timer-relative-time
               (list (aref timer 1) (aref timer 2) (aref timer 3))
               secs
--- 127,133 ----
  
  (defun timer-inc-time (timer secs &optional usecs)
    "Increment the time set in TIMER by SECS seconds and USECS microseconds.
! SECS may be a fraction.  If USECS is omitted, that means it is zero."
    (let ((time (timer-relative-time
               (list (aref timer 1) (aref timer 2) (aref timer 3))
               secs



reply via email to

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