diff lisp/gnus/gnus-art.el @ 110178:0d6f1624cdf7

(gnus-article-copy-string): Say what data we copied; (gnus-html-wash-tags): Remove even more white space around <pre_int>; (gnus-agent-load-alist): Check whether the agentview files exist before trying to read them.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 04 Sep 2010 15:24:35 +0000
parents b8559a372ac8
children 33cf78a271ef
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Sat Sep 04 18:16:08 2010 +0300
+++ b/lisp/gnus/gnus-art.el	Sat Sep 04 15:24:35 2010 +0000
@@ -7949,7 +7949,8 @@
     (when data
       (with-temp-buffer
 	(insert data)
-	(copy-region-as-kill (point-min) (point-max))))))
+	(copy-region-as-kill (point-min) (point-max))
+	(message "Copied %s" data)))))
 
 ;;; Internal functions: