[gnus git] branch master updated: m0-11-223-g2ee2eda =1= Use letf instead of cl-letf for XEmacs compat

Lars Magne Ingebrigtsen <[email protected]> Sat, 25 Apr 2015 14:46:24 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  2ee2eda8e2aaa74ad751e72d283a62a4d74e281e (commit)
      from  b630a8cf2d9b8508a4f7da911355c5c787f69d77 (commit)


- Log -----------------------------------------------------------------
commit 2ee2eda8e2aaa74ad751e72d283a62a4d74e281e
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Sat Apr 25 14:46:20 2015 +0200

    Use letf instead of cl-letf for XEmacs compat
    
    * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
    altering the buffer.

diff --git a/lisp/hashcash.el b/lisp/hashcash.el
index dd677d4..9aaed5c 100644
--- a/lisp/hashcash.el
+++ b/lisp/hashcash.el
@@ -252,7 +252,7 @@ Only start calculation.  Results are inserted when ready."
     (with-current-buffer buffer
       (save-excursion
 	(save-restriction
-	  (cl-letf (((mark)))
+	  (letf (((mark)))
 	    (setq hashcash-process-alist (delq
 					  (assq process hashcash-process-alist)
 					  hashcash-process-alist))

-----------------------------------------------------------------------
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/hashcash.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