diff lisp/gnus/mm-decode.el @ 110974:1b124015973c

mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 14 Oct 2010 01:17:30 +0000
parents 3958dbde1223
children e36c65ac23bf
line wrap: on
line diff
--- a/lisp/gnus/mm-decode.el	Thu Oct 14 01:48:09 2010 +0200
+++ b/lisp/gnus/mm-decode.el	Thu Oct 14 01:17:30 2010 +0000
@@ -1686,6 +1686,7 @@
 (declare-function libxml-parse-html-region "xml.c"
 		  (start end &optional base-url))
 (declare-function shr-insert-document "shr" (dom))
+(defvar shr-blocked-images)
 
 (defun mm-shr (handle)
   ;; Require since we bind its variables.