comparison lisp/gnus/gnus-sum.el @ 57088:46f0c98a04a2

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26 Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 13 Sep 2004 16:01:26 +0000
parents d7605794bc2b
children 55b7f2525e92 566253900690
comparison
equal deleted inserted replaced
57087:be3afbddb35b 57088:46f0c98a04a2
9054 (gnus-kill-buffer copy-buf) 9054 (gnus-kill-buffer copy-buf)
9055 (gnus-summary-position-point) 9055 (gnus-summary-position-point)
9056 (gnus-set-mode-line 'summary))) 9056 (gnus-set-mode-line 'summary)))
9057 9057
9058 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method) 9058 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
9059 "Move the current article to a different newsgroup. 9059 "Copy the current article to some other group.
9060 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to. 9060 If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
9061 When called interactively, if TO-NEWSGROUP is nil, use the value of 9061 When called interactively, if TO-NEWSGROUP is nil, use the value of
9062 the variable `gnus-move-split-methods' for finding a default target 9062 the variable `gnus-move-split-methods' for finding a default target
9063 newsgroup. 9063 newsgroup.
9064 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but 9064 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9065 re-spool using this method." 9065 re-spool using this method."