Fixed.
authorueno <ueno>
Wed, 12 Apr 2006 11:19:11 +0000 (11:19 +0000)
committerueno <ueno>
Wed, 12 Apr 2006 11:19:11 +0000 (11:19 +0000)
epg.el

diff --git a/epg.el b/epg.el
index de72571..1e53a89 100644 (file)
--- 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)