diff lisp/gnus/gnus-demon.el @ 111812:5e488dbb17f7

nnir.el: Rearrange code to allow macros to be autoloaded by gnus-sum.el. (nnir-retrieve-headers-override-function): Make this variable customizable. (nnir-retrieve-headers): Remove obsolete subject-mangling code. gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros from nnir.el.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 03 Dec 2010 14:53:52 +0000
parents ced73eea562f
children e567154bfaa7 c587007a09f2
line wrap: on
line diff
--- a/lisp/gnus/gnus-demon.el	Fri Dec 03 14:45:09 2010 +0000
+++ b/lisp/gnus/gnus-demon.el	Fri Dec 03 14:53:52 2010 +0000
@@ -121,7 +121,7 @@
            ;; If t, replace by 1
            (time (cond ((eq time t)
                         gnus-demon-timestep)
-                       ((null time))
+                       ((null time) nil)
                        (t (* time gnus-demon-timestep))))
            (timer
             (cond