nnimap.el (nnimap-get-groups): Fix XEmacs compilation
[gnus] / lisp / nnimap.el
index 6904e0a..369d9d3 100644 (file)
@@ -1265,7 +1265,7 @@ If LIMIT, first try to limit the search to the N last articles."
            (group (buffer-substring-no-properties
                    (progn (skip-chars-forward " \"")
                           (point))
-                   (progn (move-end-of-line 1)
+                   (progn (end-of-line)
                           (skip-chars-backward " \r\"")
                           (point)))))
        (unless (member '%NoSelect flags)