Function: epg--status-DELETE_PROBLEM

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

Signature

(epg--status-DELETE_PROBLEM CONTEXT STRING)

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-DELETE_PROBLEM (context string)
  (if (string-match "\\`\\([0-9]+\\)" string)
      (epg-context-set-result-for
       context 'error
       (cons (cons 'delete-problem
		   (string-to-number (match-string 1 string)))
	     (epg-context-result-for context 'error)))))