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:
76e6787
)
Fixed.
author
ueno
<ueno>
Tue, 25 Apr 2006 05:27:07 +0000
(
05:27
+0000)
committer
ueno
<ueno>
Tue, 25 Apr 2006 05:27:07 +0000
(
05:27
+0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
98bc0e3
..
0deb04a
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-526,10
+526,10
@@
This function is for internal use only."
;; error response from it. Set it here.
(unless (epg-context-result-for epg-context 'error)
(if (string-match "\\`exited abnormally with code \\(.*\\)\n" status)
;; error response from it. Set it here.
(unless (epg-context-result-for epg-context 'error)
(if (string-match "\\`exited abnormally with code \\(.*\\)\n" status)
- (epg-context-result-for
+ (epg-context-set-result-for
epg-context 'error
(list (cons 'exit (string-to-number (match-string 1 status)))))
epg-context 'error
(list (cons 'exit (string-to-number (match-string 1 status)))))
- (epg-context-result-for epg-context 'error
+ (epg-context-set-result-for epg-context 'error
(list (cons 'signal status))))))))
(defun epg-read-output (context)
(list (cons 'signal status))))))))
(defun epg-read-output (context)