Mercurial > emacs
changeset 110104:d2746a5ad558
gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 02 Sep 2010 01:06:36 +0000 |
parents | 7181bb530921 |
children | a2011a3c7791 |
files | lisp/gnus/gnus-html.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-html.el Thu Sep 02 01:02:03 2010 +0000 +++ b/lisp/gnus/gnus-html.el Thu Sep 02 01:06:36 2010 +0000 @@ -290,7 +290,7 @@ (let ((ret (and blocked-images (string-match blocked-images url)))) (when ret - (gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url gnus-blocked-images)) + (gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url blocked-images)) ret)) ;;;###autoload