projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1787b0d
)
Fixed indentation.
author
ueno
<ueno>
Tue, 25 Apr 2006 08:19:34 +0000
(08:19 +0000)
committer
ueno
<ueno>
Tue, 25 Apr 2006 08:19:34 +0000
(08:19 +0000)
lisp/riece-epg.el
patch
|
blob
|
history
diff --git
a/lisp/riece-epg.el
b/lisp/riece-epg.el
index
4a93efb
..
53a6ede
100644
(file)
--- a/
lisp/riece-epg.el
+++ b/
lisp/riece-epg.el
@@
-72,9
+72,8
@@
(cons #'riece-epg-passphrase-callback-function
(riece-message-target message)))
(condition-case error
- (setq string (epg-decrypt-string
- context
- (base64-decode-string string)))
+ (setq string (epg-decrypt-string context
+ (base64-decode-string string)))
(error
(if (setq entry (assoc (riece-message-target message)
riece-epg-passphrase-alist))