[gnus git] branch master updated: m0-13-20-gd22b657 =1= nnimap.el (nnimap-get-groups): Use \\r rather than ^M in string literals

Katsumi Yamaoka <[email protected]> Sun, 31 May 2015 02:08:49 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  d22b657fffc7bcf7588f40aa84ab4fbda05e2353 (commit)
      from  e00a6e4b2c3ab65d0fec200204f77bbba872dae3 (commit)


- Log -----------------------------------------------------------------
commit d22b657fffc7bcf7588f40aa84ab4fbda05e2353
Author: Paul Eggert <[email protected]>
Date:   Sun May 31 00:08:39 2015 +0000

    nnimap.el (nnimap-get-groups): Use \\r rather than ^M in string literals

diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index c476be6..208fd07 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1266,7 +1266,7 @@ If LIMIT, first try to limit the search to the N last articles."
 		    (progn (skip-chars-forward " \"")
 			   (point))
 		    (progn (end-of-line)
-			   (skip-chars-backward " 
\"")
+			   (skip-chars-backward " \r\"")
 			   (point)))))
 	(unless (member '%NoSelect flags)
 	  (push (utf7-decode (if (stringp group)

-----------------------------------------------------------------------
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/nnimap.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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