From 06aa639667c356a741d9d74d34c167ac1925abf7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 8 Sep 2010 18:49:28 +0200 Subject: [PATCH] Indent. --- lisp/gnus-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el index 9cd49a065..ecab9213e 100644 --- a/lisp/gnus-html.el +++ b/lisp/gnus-html.el @@ -360,7 +360,7 @@ fit these criteria." (delete-file (nth 2 file))))))) (defun gnus-html-image-url-blocked-p (url blocked-images) -"Find out if URL is blocked by BLOCKED-IMAGES." + "Find out if URL is blocked by BLOCKED-IMAGES." (let ((ret (and blocked-images (string-match blocked-images url)))) (if ret -- 2.25.1