Fixed.
authorueno <ueno>
Tue, 18 Apr 2006 22:33:42 +0000 (22:33 +0000)
committerueno <ueno>
Tue, 18 Apr 2006 22:33:42 +0000 (22:33 +0000)
epg.el

diff --git a/epg.el b/epg.el
index e256ce0..3c183a4 100644 (file)
--- 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))