Mercurial > emacs
comparison lisp/gnus/gnus-msg.el @ 57243:c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-34
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-36
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 27 Sep 2004 07:44:44 +0000 |
parents | d61099b391d7 |
children | 3381cb76bac3 e23928ac5a97 |
comparison
equal
deleted
inserted
replaced
57242:ffd8d52f457c | 57243:c5e16264557d |
---|---|
913 (not mailing-list) | 913 (not mailing-list) |
914 (not to-list) | 914 (not to-list) |
915 (not to-address))) | 915 (not to-address))) |
916 ;; This is news. | 916 ;; This is news. |
917 (if post | 917 (if post |
918 (message-news (or to-group group)) | 918 (message-news |
919 (or to-group | |
920 (and (not (gnus-virtual-group-p pgroup)) group))) | |
919 (set-buffer gnus-article-copy) | 921 (set-buffer gnus-article-copy) |
920 (gnus-msg-treat-broken-reply-to) | 922 (gnus-msg-treat-broken-reply-to) |
921 (message-followup (if (or newsgroup-p force-news) | 923 (message-followup (if (or newsgroup-p force-news) |
922 (if (save-restriction | 924 (if (save-restriction |
923 (article-narrow-to-head) | 925 (article-narrow-to-head) |