Mercurial > hg > xemacs-beta
comparison lisp/gnus/gnus-msg.el @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | d2f30a177268 |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
123:c77884c6318d | 124:9b50b4588a93 |
---|---|
413 (not to-address) | 413 (not to-address) |
414 add-to-list) | 414 add-to-list) |
415 (push (list 'gnus-inews-add-to-address pgroup) | 415 (push (list 'gnus-inews-add-to-address pgroup) |
416 message-send-actions))) | 416 message-send-actions))) |
417 (set-buffer gnus-article-copy) | 417 (set-buffer gnus-article-copy) |
418 (message-wide-reply to-address))) | 418 (message-wide-reply to-address |
419 (gnus-group-find-parameter | |
420 gnus-newsgroup-name 'broken-reply-to)))) | |
419 (when yank | 421 (when yank |
420 (gnus-inews-yank-articles yank)))))) | 422 (gnus-inews-yank-articles yank)))))) |
421 | 423 |
422 (defun gnus-post-method (arg group &optional silent) | 424 (defun gnus-post-method (arg group &optional silent) |
423 "Return the posting method based on GROUP and ARG. | 425 "Return the posting method based on GROUP and ARG. |