Function: epg--status-NO_RECP
epg--status-NO_RECP is a byte-compiled function defined in epg.el.gz.
Signature
(epg--status-NO_RECP CONTEXT STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-NO_RECP (context _string)
(epg-context-set-result-for
context 'error
(cons '(no-recipients)
(epg-context-result-for context 'error))))