From: ueno Date: Wed, 12 Apr 2006 11:19:11 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~96 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=82b56393f3c774abb85b96184878037bbee7417f;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index de72571..1e53a89 100644 --- a/epg.el +++ b/epg.el @@ -374,7 +374,7 @@ This function is for internal use only." (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)