[gnus git] branch master updated: m0-11-160-g8adead6 =1= Revert previous patch

Lars <[email protected]> Sat, 14 Feb 2015 06:26:59 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  8adead68c4eac297504f95aff5baaa4735de4f2c (commit)
      from  ca4ff364b9be7865ccee20f8b5159be297a58aa5 (commit)


- Log -----------------------------------------------------------------
commit 8adead68c4eac297504f95aff5baaa4735de4f2c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Sat Feb 14 16:26:12 2015 +1100

    Revert previous patch
    
    (let ((url-news-server "news.gmane.org"))
      (url-retrieve-synchronously  "news:[email protected]"))
    
    works fine for me

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c22fcc3..9f93a30 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,3 @@
-2015-02-14  Ivan Shmakov  <[email protected]>
-
-	* nntp.el (nntp-open-server): Set variables in the correct buffer
-	(bug#19583).
-
 2015-02-14  Lars Ingebrigtsen  <[email protected]>
 
 	* mm-decode.el (mm-head-p): New function.
diff --git a/lisp/nntp.el b/lisp/nntp.el
index a86f45e..0891dba 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -1066,8 +1066,7 @@ command whose response triggered the error."
       (setq defs (cons (list 'nntp-port-number (car defs)) (cdr defs))))
     (unless (assq 'nntp-address defs)
       (setq defs (append defs (list (list 'nntp-address server)))))
-    (with-current-buffer nntp-server-buffer
-      (nnoo-change-server 'nntp server defs))
+    (nnoo-change-server 'nntp server defs)
     (if connectionless
 	t
       (or (nntp-find-connection nntp-server-buffer)

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog |    5 -----
 lisp/nntp.el   |    3 +--
 2 files changed, 1 insertion(+), 7 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project