Function: hashcash-insert-payment-async-2
hashcash-insert-payment-async-2 is a byte-compiled function defined in
hashcash.el.gz.
Signature
(hashcash-insert-payment-async-2 BUFFER PROCESS PAY)
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/hashcash.el.gz
(defun hashcash-insert-payment-async-2 (buffer process pay)
(when (buffer-live-p buffer)
(with-current-buffer buffer
(save-excursion
(save-restriction
(setq hashcash-process-alist (delq
(assq process hashcash-process-alist)
hashcash-process-alist))
(message-goto-eoh)
(when pay
(insert-before-markers "X-Hashcash: " pay)))))))