* lisp/mail/hashcash.el (hashcash-insert-payment-async): Fix last change
This commit is contained in:
parent
5feaf906e1
commit
fd71d626dc
1 changed files with 3 additions and 2 deletions
|
@ -243,8 +243,9 @@ Only start calculation. Results are inserted when ready."
|
|||
(hashcash-generate-payment-async
|
||||
(hashcash-payment-to arg)
|
||||
(hashcash-payment-required arg)
|
||||
(lambda (process payment)
|
||||
(hashcash-insert-payment-async-2 (current-buffer) process payment)))))
|
||||
(let ((buf (current-buffer)))
|
||||
(lambda (process payment)
|
||||
(hashcash-insert-payment-async-2 buf process payment))))))
|
||||
|
||||
(defun hashcash-insert-payment-async-2 (buffer process pay)
|
||||
(when (buffer-live-p buffer)
|
||||
|
|
Loading…
Add table
Reference in a new issue