mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.

This commit is contained in:
Katsumi Yamaoka 2010-10-14 01:17:30 +00:00
parent 850690ccf5
commit 63698bec58

View 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.