/[emacs]/emacs/lisp/timer.el
ViewVC logotype

Diff of /emacs/lisp/timer.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by lektu, Wed Jul 17 07:29:47 2002 UTC revision 1.29 by rms, Thu Jul 18 15:02:00 2002 UTC
# Line 127  SECS may be a fraction." Line 127  SECS may be a fraction."
127    
128  (defun timer-inc-time (timer secs &optional usecs)  (defun timer-inc-time (timer secs &optional usecs)
129    "Increment the time set in TIMER by SECS seconds and USECS microseconds.    "Increment the time set in TIMER by SECS seconds and USECS microseconds.
130  SECS may be a fraction."  SECS may be a fraction.  If USECS is omitted, that means it is zero."
131    (let ((time (timer-relative-time    (let ((time (timer-relative-time
132                 (list (aref timer 1) (aref timer 2) (aref timer 3))                 (list (aref timer 1) (aref timer 2) (aref timer 3))
133                 secs                 secs

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26