Trailing whitespace deleted.

This commit is contained in:
Juanma Barranquero 2003-02-04 12:29:42 +00:00
parent 37d1e6800c
commit f1180544bb
73 changed files with 420 additions and 420 deletions

View file

@ -261,7 +261,7 @@ TIME is a time-list."
(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."