[gnus git] branch master updated: =1= mml2015.el (mml2015-epg-sign): Add missing paren.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4624bfec8a2dce144eb7f98e8751a41ae9bcb2a8 (commit)
from 2f68199551619edaa5bdcdb38274a43781e1d8a7 (commit)
- Log -----------------------------------------------------------------
commit 4624bfec8a2dce144eb7f98e8751a41ae9bcb2a8
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Jan 28 00:10:40 2011 +0000
mml2015.el (mml2015-epg-sign): Add missing paren.
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index eb01c92..735f3b6 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -966,7 +966,7 @@ Whether the passphrase is cached at all is controlled by
(context (epg-make-context))
(boundary (mml-compute-boundary cont))
(sender (when mml2015-sign-with-sender
- message-options-get 'message-sender))
+ (message-options-get 'message-sender)))
signer-key
(signers
(or (message-options-get 'mml2015-epg-signers)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/mml2015.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project