(defun epg-status-GET_LINE (process string)
(let* ((entry (assoc string epg-prompt-alist))
(string (read-string (if entry (cdr entry) (concat string ": ")))))
- (process-send-string process (concat string "\n")))))
+ (process-send-string process (concat string "\n"))))
(defun epg-status-GOODSIG (process string)
(if (string-match "\\`\\([^ ]+\\) \\(.*\\)" string)