nnimap.el (nnimap-get-groups): Use \\r rather than ^M in string literals
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 May 2015 00:08:39 +0000 (00:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 31 May 2015 00:08:39 +0000 (00:08 +0000)
lisp/nnimap.el

index c476be6..208fd07 100644 (file)
@@ -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)
                    (progn (skip-chars-forward " \"")
                           (point))
                    (progn (end-of-line)
-                          (skip-chars-backward " \r\"")
+                          (skip-chars-backward " \r\"")
                           (point)))))
        (unless (member '%NoSelect flags)
          (push (utf7-decode (if (stringp group)
                           (point)))))
        (unless (member '%NoSelect flags)
          (push (utf7-decode (if (stringp group)