diff lisp/timer.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents 31c7343400b9
children
line wrap: on
line diff
--- a/lisp/timer.el	Tue Feb 04 12:03:59 2003 +0000
+++ b/lisp/timer.el	Tue Feb 04 12:29:42 2003 +0000
@@ -261,7 +261,7 @@
   (let ((high (- (car time) (aref timer 1)))
 	(low (- (nth 1 time) (aref timer 2))))
     (+ low (* high 65536))))
-  
+
 (defun timer-event-handler (timer)
   "Call the handler for the timer TIMER.
 This function is called, by name, directly by the C code."