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

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

index 3aa5d63ddc0f53e7432a25743cac2f645857e951..7fc6fdb85e46045d8893c5e15f2c50314faea8e3 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)))