From aa49ed0dd74477e4f8342d1fe06bf892bebe7a4b Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 18 Apr 2006 22:33:42 +0000 Subject: [PATCH] Fixed. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index e256ce0..3c183a4 100644 --- a/epg.el +++ b/epg.el @@ -457,7 +457,7 @@ This function is for internal use only." (insert input) (goto-char epg-read-point) (beginning-of-line) - (while (looking-at ".*\n") ;the input line is finished + (while (looking-at ".*\n") ;the input line finished (save-excursion (if (looking-at "\\[GNUPG:] \\([A-Z_]+\\) ?\\(.*\\)") (let* ((status (match-string 1)) -- 1.7.10.4