/[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.29 by rms, Thu Jul 18 15:02:00 2002 UTC revision 1.30 by lektu, Tue Feb 4 12:09:01 2003 UTC
# Line 261  TIME is a time-list." Line 261  TIME is a time-list."
261    (let ((high (- (car time) (aref timer 1)))    (let ((high (- (car time) (aref timer 1)))
262          (low (- (nth 1 time) (aref timer 2))))          (low (- (nth 1 time) (aref timer 2))))
263      (+ low (* high 65536))))      (+ low (* high 65536))))
264      
265  (defun timer-event-handler (timer)  (defun timer-event-handler (timer)
266    "Call the handler for the timer TIMER.    "Call the handler for the timer TIMER.
267  This function is called, by name, directly by the C code."  This function is called, by name, directly by the C code."

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

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