[gnus git] branch master updated: m0-11-33-gc426f89 =1= Fix a typo.
Tassilo Horn <[email protected]> Thu, 31 Jul 2014 13:59:39 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c426f8923d63fba6fbb86db9b59cc9c0e8367ff3 (commit)
from c1f3ea38e79a2e17c18c26dc0a117bc862cb34ac (commit)
- Log -----------------------------------------------------------------
commit c426f8923d63fba6fbb86db9b59cc9c0e8367ff3
Author: Tassilo Horn <[email protected]>
Date: Thu Jul 31 13:57:25 2014 +0200
Fix a typo.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 960168a..8b98429 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1727,7 +1727,7 @@ this is a reply."
(gcc-self-val
(and group (not (gnus-virtual-group-p group))
(gnus-group-find-parameter group 'gcc-self t)))
- (gcc-self-get (lambda (gcc-self-val grouy)
+ (gcc-self-get (lambda (gcc-self-val group)
(if (stringp gcc-self-val)
(if (string-match " " gcc-self-val)
(concat "\"" gcc-self-val "\"")
-----------------------------------------------------------------------
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/gnus-msg.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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