Changes committed gnus/lisp (ChangeLog gnus-demon.el)
"Miles Bader" <[email protected]> Sun, 26 Jul 2009 10:58:16 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-demon.el Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 1613, 1615-1616) - Update from CVS - Merge from gnus--devo--0 2009-07-24 Glenn Morris <[email protected]> * lisp/gnus-demon.el (gnus-demon-add-nntp-close-connection): Fix typo. (Bug#3903) Revision: [email protected]/gnus--devo--0--patch-596 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.2004 gnus/lisp/ChangeLog:7.2005 --- ChangeLog:7.2004 Fri Jul 24 02:01:28 2009 +++ ChangeLog Sun Jul 26 10:58:16 2009 @@ -1,3 +1,8 @@ +2009-07-24 Glenn Morris <[email protected]> + + * gnus-demon.el (gnus-demon-add-nntp-close-connection): + Fix typo. (Bug#3903) + 2009-07-23 Katsumi Yamaoka <[email protected]> * gnus-art.el (gnus-article-mode-map): Bind the "e" key to Index: gnus-demon.el diff -u gnus/lisp/gnus-demon.el:7.20 gnus/lisp/gnus-demon.el:7.21 --- gnus-demon.el:7.20 Thu Jan 22 08:02:16 2009 +++ gnus-demon.el Sun Jul 26 10:58:16 2009 @@ -261,7 +261,7 @@ "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