[gnus git] branch no-gnus updated: m0-1-102-g7176b8d =1= `C-x m' on a non-group line fixup
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7176b8dbb71e1eb23d8da9f30ceac1c04e7596c9 (commit)
from 92362478786f5012ea1a9aaf5123809a89d95c2b (commit)
- Log -----------------------------------------------------------------
commit 7176b8dbb71e1eb23d8da9f30ceac1c04e7596c9
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Apr 12 20:34:56 2012 +0200
`C-x m' on a non-group line fixup
* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
don't have a current group.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9f2a010..b984df7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-12 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
+ don't have a current group.
+
2012-04-11 Katsumi Yamaoka <[email protected]>
pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 507f040..815bd9e 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1664,7 +1664,7 @@ this is a reply."
((functionp var)
;; A function.
(funcall var group))
- (t
+ (group
;; An alist of regexps/functions/forms.
(while (and var
(not
-----------------------------------------------------------------------
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/ChangeLog | 5 +++++
lisp/gnus-msg.el | 2 +-
2 files changed, 6 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project