projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe8832
)
Fixed.
author
ueno
<ueno>
Tue, 18 Apr 2006 22:33:42 +0000
(22:33 +0000)
committer
ueno
<ueno>
Tue, 18 Apr 2006 22:33:42 +0000
(22:33 +0000)
epg.el
patch
|
blob
|
history
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))