[gnus git] branch master updated: m0-11-169-g42cf629 =1= nnimap.el (nnimap-get-groups): Fix XEmacs compilation
Katsumi <[email protected]> Thu, 19 Feb 2015 00:05:25 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 42cf629e2217aa4c80865ade2c9d3d596849891d (commit)
from 93ea673a1e974b3edf24c407ed0312992babc314 (commit)
- Log -----------------------------------------------------------------
commit 42cf629e2217aa4c80865ade2c9d3d596849891d
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Feb 18 23:05:15 2015 +0000
nnimap.el (nnimap-get-groups): Fix XEmacs compilation
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 6904e0a..369d9d3 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -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 "
\"")
(point)))))
(unless (member '%NoSelect flags)
-----------------------------------------------------------------------
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