From 82b56393f3c774abb85b96184878037bbee7417f Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 12 Apr 2006 11:19:11 +0000 Subject: [PATCH] Fixed. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4