diff options
| author | Andrew Cohen <cohen@andy.bu.edu> | 2010-12-03 14:53:52 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-12-03 14:53:52 +0000 |
| commit | 62cd2a73b8d2e33fcfb7bcaa1e973fb0822472f7 (patch) | |
| tree | f42956997d4bb109c4f3578f6de6885e53963809 /lisp/gnus/gnus-demon.el | |
| parent | 067d23c97ab3a4135388d8dd87f1dd04c6248572 (diff) | |
| download | emacs-62cd2a73b8d2e33fcfb7bcaa1e973fb0822472f7.tar.gz | |
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.
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 94a49525847..b33a673c354 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)) + ((null time) nil) (t (* time gnus-demon-timestep)))) (timer (cond |
