emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101956: mm-decode.el (mm-shr): Bind


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101956: mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
Date: Thu, 14 Oct 2010 01:17:30 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101956
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2010-10-14 01:17:30 +0000
message:
  mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
modified:
  lisp/gnus/mm-decode.el
=== modified file 'lisp/gnus/mm-decode.el'
--- a/lisp/gnus/mm-decode.el    2010-10-13 22:21:20 +0000
+++ b/lisp/gnus/mm-decode.el    2010-10-14 01:17:30 +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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]