]> git.eshelyaron.com Git - emacs.git/commitdiff
mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 14 Oct 2010 01:17:30 +0000 (01:17 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 14 Oct 2010 01:17:30 +0000 (01:17 +0000)
lisp/gnus/mm-decode.el

index ba29a64d9defe632ca465ce742aba1b86f84c52b..d35319e151bcc7e9ac007dd3e992c43ca8c24afb 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.