emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101281: gnus-html.el (gnus-html-imag


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101281: gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.
Date: Thu, 02 Sep 2010 01:06:36 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101281
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-02 01:06:36 +0000
message:
  gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the 
regexp really is.
modified:
  lisp/gnus/gnus-html.el
=== modified file 'lisp/gnus/gnus-html.el'
--- a/lisp/gnus/gnus-html.el    2010-09-02 01:02:03 +0000
+++ b/lisp/gnus/gnus-html.el    2010-09-02 01:06:36 +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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]