]> git.eshelyaron.com Git - emacs.git/commitdiff
Diane Murray <disumu at x3y2z1.net>
authorGlenn Morris <rgm@gnu.org>
Fri, 21 Sep 2007 03:32:47 +0000 (03:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 Sep 2007 03:32:47 +0000 (03:32 +0000)
(url-news-fetch-newsgroup): Fix formatting of Gnus method.

lisp/url/ChangeLog
lisp/url/url-news.el

index d8f3a512d1c0674e0513e0547e26a498c5da86f3..e7b441bf55e02ca42392965f967a803b7e6abec1 100644 (file)
@@ -1,5 +1,8 @@
 2007-09-21  Diane Murray  <disumu@x3y2z1.net>
 
+       * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus
+       method.
+
        * url-util.el (url-get-normalized-date): Pass full timezone
        information to timezone-make-date-arpa-standard, since zone name
        may be unknown.
index 48f332fe7a063df41bba06d677fa872d94bd253d..d774270aced0577207ccf8adcfe46e9a41cd010c 100644 (file)
   (goto-char (point-min))
   (gnus-group-read-ephemeral-group newsgroup
                                   (list 'nntp host
-                                        'nntp-open-connection-function
-                                        nntp-open-connection-function)
+                                        (list 'nntp-open-connection-function
+                                              nntp-open-connection-function))
                                   nil
                                   (cons (current-buffer) 'browse)))