diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-12-03 14:45:09 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-12-03 14:45:09 +0000 |
commit | 067d23c97ab3a4135388d8dd87f1dd04c6248572 (patch) | |
tree | 4f3d4b2df245bf920c066f80923b3adda1585468 /lisp/gnus/gnus-demon.el | |
parent | 19b9c467ea2ef3838f3bf2231d21d999db67fe59 (diff) | |
download | emacs-067d23c97ab3a4135388d8dd87f1dd04c6248572.tar.gz emacs-067d23c97ab3a4135388d8dd87f1dd04c6248572.tar.bz2 emacs-067d23c97ab3a4135388d8dd87f1dd04c6248572.zip |
Restore files that I seem to have mistakenly deleted.
Diffstat (limited to 'lisp/gnus/gnus-demon.el')
-rw-r--r-- | lisp/gnus/gnus-demon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index b33a673c354..94a49525847 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el @@ -121,7 +121,7 @@ Emacs has been idle for IDLE `gnus-demon-timestep's." ;; If t, replace by 1 (time (cond ((eq time t) gnus-demon-timestep) - ((null time) nil) + ((null time)) (t (* time gnus-demon-timestep)))) (timer (cond |