gnus-msg.el (gnus-inews-insert-gcc): `C-x m' on a non-group line fixup
This commit is contained in:
parent
9401b32679
commit
d11f2f381a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
|
||||
don't have a current group.
|
||||
|
||||
2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue