(progn
(setq passphrase
(funcall
- epg-context
(if (consp (epg-context-passphrase-callback
epg-context))
(car (epg-context-passphrase-callback
epg-context))
(epg-context-passphrase-callback epg-context))
+ epg-context
epg-key-id
(if (consp (epg-context-passphrase-callback
epg-context))
(defun epg-status-PROGRESS (process string)
(if (string-match "\\`\\([^ ]+\\) \\([^ ]\\) \\([0-9]+\\) \\([0-9]+\\)"
string)
- (funcall epg-context
- (if (consp (epg-context-progress-callback epg-context))
+ (funcall (if (consp (epg-context-progress-callback epg-context))
(car (epg-context-progress-callback epg-context))
(epg-context-progress-callback epg-context))
+ epg-context
(match-string 1 string)
(match-string 2 string)
(string-to-number (match-string 3 string))