# HG changeset patch # User Katsumi Yamaoka # Date 1287019050 0 # Node ID 1b124015973c4681096b0ccf8e391d121eb9b665 # Parent 8955f6658bfa337d34bd42fb833837359856ba5a mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning. diff -r 8955f6658bfa -r 1b124015973c lisp/gnus/mm-decode.el --- 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.