diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-24 03:54:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-24 03:54:25 +0000 |
commit | 1d2faf9803bcd171fdb1d305b1b8f266c445b9dd (patch) | |
tree | 1cebd5521ecbfe13f515b6b702b8339def2bd578 /lisp/gnus/gnus-demon.el | |
parent | 7a8ae96435b6801526810ccd977fe36166661569 (diff) | |
download | emacs-1d2faf9803bcd171fdb1d305b1b8f266c445b9dd.tar.gz |
(gnus-demon-add-nntp-close-connection): Fix typo. (Bug#3903)
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 cc7aa11d458..e6b8a777d13 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el @@ -261,7 +261,7 @@ time Emacs has been idle for IDLE `gnus-demon-timestep's." "Add daemonic nntp server disconnection to Gnus. If no commands have gone out via nntp during the last five minutes, the connection is closed." - (gnus-demon-add-handler 'gnus-demon-nntp-close-connections 5 nil)) + (gnus-demon-add-handler 'gnus-demon-nntp-close-connection 5 nil)) (defun gnus-demon-nntp-close-connection () (save-window-excursion |