mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 14 Oct 2010 01:17:22 +0000 (01:17 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 14 Oct 2010 01:17:22 +0000 (01:17 +0000)
lisp/mm-decode.el

index ba29a64..d35319e 100644 (file)
@@ -1686,6 +1686,7 @@ If RECURSIVE, search recursively."
 (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.