Mercurial > emacs
changeset 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 | 8955f6658bfa |
children | e0ac9a58795e |
files | lisp/gnus/mm-decode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.