comparison lisp/gnus/gnus-demon.el @ 111811:ced73eea562f

Restore files that I seem to have mistakenly deleted.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 03 Dec 2010 14:45:09 +0000
parents a669b2ecba3a
children 5e488dbb17f7
comparison
equal deleted inserted replaced
111810:a669b2ecba3a 111811:ced73eea562f
119 (idle (nth 2 handler)) 119 (idle (nth 2 handler))
120 ;; Compute time according with timestep. 120 ;; Compute time according with timestep.
121 ;; If t, replace by 1 121 ;; If t, replace by 1
122 (time (cond ((eq time t) 122 (time (cond ((eq time t)
123 gnus-demon-timestep) 123 gnus-demon-timestep)
124 ((null time) nil) 124 ((null time))
125 (t (* time gnus-demon-timestep)))) 125 (t (* time gnus-demon-timestep))))
126 (timer 126 (timer
127 (cond 127 (cond
128 ;; (func number t) 128 ;; (func number t)
129 ;; Call when Emacs has been idle for `time' 129 ;; Call when Emacs has been idle for `time'