From: ueno Date: Tue, 18 Apr 2006 22:33:42 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=aa49ed0dd74477e4f8342d1fe06bf892bebe7a4b;p=elisp%2Fepg.git Fixed. --- 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))