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:
347c0ce
)
Fixed.
author
ueno
<ueno>
Wed, 12 Apr 2006 08:53:47 +0000
(08:53 +0000)
committer
ueno
<ueno>
Wed, 12 Apr 2006 08:53:47 +0000
(08:53 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
d689fba
..
32ba4a6
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-662,7
+662,7
@@
For a normal or a clear text signature, STRING should be nil."
(epg-start-verify context input-file string)
(epg-wait-for-completion context)
(epg-context-result-for context 'verify))
- (epg-reset context))))
+ (epg-reset context)))
;;;###autoload
(defun epg-start-sign (context string &optional mode)