Function: epg--status-NEED_PASSPHRASE

epg--status-NEED_PASSPHRASE is a byte-compiled function defined in epg.el.gz.

Signature

(epg--status-NEED_PASSPHRASE CONTEXT STRING)

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-NEED_PASSPHRASE (_context string)
  (if (string-match "\\`\\([^ ]+\\)" string)
      (setq epg-key-id (match-string 1 string))))