[gnus git] branch master updated: m0-11-224-g5a37f2d =1= Revert previous change
Lars Magne Ingebrigtsen <[email protected]> Sat, 25 Apr 2015 15:19:15 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5a37f2dc10a9c3819516c5741d662400a6dbcf74 (commit)
from 2ee2eda8e2aaa74ad751e72d283a62a4d74e281e (commit)
- Log -----------------------------------------------------------------
commit 5a37f2dc10a9c3819516c5741d662400a6dbcf74
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sat Apr 25 15:19:03 2015 +0200
Revert previous change
(hashcash-insert-payment-async-2): Revert previous change because it
still means that the mark is moving around.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 13d5b06..10ab0a0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
* hashcash.el (hashcash-insert-payment-async-2): Save the mark when
altering the buffer.
+ (hashcash-insert-payment-async-2): Revert previous change because it
+ still means that the mark is moving around.
2015-04-15 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/hashcash.el b/lisp/hashcash.el
index 9aaed5c..6d9e678 100644
--- a/lisp/hashcash.el
+++ b/lisp/hashcash.el
@@ -252,13 +252,12 @@ Only start calculation. Results are inserted when ready."
(with-current-buffer buffer
(save-excursion
(save-restriction
- (letf (((mark)))
(setq hashcash-process-alist (delq
(assq process hashcash-process-alist)
hashcash-process-alist))
(message-goto-eoh)
(when pay
- (insert-before-markers "X-Hashcash: " pay))))))))
+ (insert-before-markers "X-Hashcash: " pay)))))))
(defun hashcash-cancel-async (&optional buffer)
"Delete any hashcash processes associated with BUFFER.
-----------------------------------------------------------------------
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 | 2 ++
lisp/hashcash.el | 13 ++++++-------
2 files changed, 8 insertions(+), 7 deletions(-)
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