Function: hashcash-processes-running-p

hashcash-processes-running-p is a byte-compiled function defined in hashcash.el.gz.

Signature

(hashcash-processes-running-p BUFFER)

Documentation

Return non-nil if hashcash processes in BUFFER are still running.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/hashcash.el.gz
(defun hashcash-processes-running-p (buffer)
  "Return non-nil if hashcash processes in BUFFER are still running."
  (rassq buffer hashcash-process-alist))