[gnus git] branch master updated: m0-11-26-g7221d79 =1= gnus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker of point
Katsumi Yamaoka <[email protected]> Mon, 23 Jun 2014 00:32:58 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7221d796a717d25fc3219f61ac34c867ed4f88c6 (commit)
from e341a8e70082b65e91604dbd99c33cdfca4f4341 (commit)
- Log -----------------------------------------------------------------
commit 7221d796a717d25fc3219f61ac34c867ed4f88c6
Author: Dmitry Antipov <[email protected]>
Date: Sun Jun 22 22:32:43 2014 +0000
gnus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker of point
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ed6086..b71e91c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-22 Dmitry Antipov <[email protected]>
+
+ * gnus-sum.el (gnus-summary-edit-article-done):
+ Prefer point-marker to copy-marker of point.
+
2014-06-11 Katsumi Yamaoka <[email protected]>
* Makefile.in (install-el, install-el-elc): Compress .el files.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 090cbed..c0e099b 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -10613,7 +10613,7 @@ groups."
(let ((lines (count-lines (point) (point-max)))
(length (- (point-max) (point)))
(case-fold-search t)
- (body (copy-marker (point))))
+ (body (point-marker)))
(goto-char (point-min))
(when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
(delete-region (match-beginning 1) (match-end 1))
-----------------------------------------------------------------------
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/gnus-sum.el | 2 +-
2 files changed, 6 insertions(+), 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