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:
c31eeeb
)
Fixed.
author
ueno
<ueno>
Mon, 1 May 2006 02:17:28 +0000
(
02:17
+0000)
committer
ueno
<ueno>
Mon, 1 May 2006 02:17:28 +0000
(
02:17
+0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
e23e883
..
fb764a6
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1459,7
+1459,7
@@
If you are unsure, use synchronous version of this function
(process-send-string (epg-context-process context)
(epg-data-string plain)))
(if (eq (process-status (epg-context-process context)) 'run)
- (process-send-eof (epg-context-process context))))
+ (process-send-eof (epg-context-process context)))))
;;;###autoload
(defun epg-sign-file (context plain signature &optional mode)