From: yamaoka Date: Wed, 19 May 2004 11:55:37 +0000 (+0000) Subject: Synch to No Gnus 200405191153. X-Git-Tag: t-gnus-6_17_4-quimby-~920 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aedcf67dbde165613ddf7da1dd6babf8302ae4e;p=elisp%2Fgnus.git- Synch to No Gnus 200405191153. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d10f8e0..ba9da03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-19 Reiner Steib + + * gnus-msg.el (gnus-summary-followup-with-original): Document + yanking of region when active. + 2004-05-19 Katsumi Yamaoka * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index ada3fe6..34ab1be 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -756,7 +756,9 @@ article number, and the cdr is the string to be yanked." (gnus-summary-handle-replysign))) (defun gnus-summary-followup-with-original (n &optional force-news) - "Compose a followup to an article and include the original article." + "Compose a followup to an article and include the original article. +The text in the region will be yanked. If the region isn't +active, the entire article will be yanked." (interactive "P") (gnus-summary-followup (gnus-summary-work-articles n) force-news))