From 8aedcf67dbde165613ddf7da1dd6babf8302ae4e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 19 May 2004 11:55:37 +0000 Subject: [PATCH] Synch to No Gnus 200405191153. --- lisp/ChangeLog | 5 +++++ lisp/gnus-msg.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4