lisp/gnus/mm-decode.el (shr-map): Silence the byte compiler
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 17 Jun 2013 09:36:28 +0000 (09:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 17 Jun 2013 09:36:28 +0000 (09:36 +0000)
lisp/gnus/mm-decode.el

index 948b2a2..5212518 100644 (file)
@@ -1817,6 +1817,8 @@ If RECURSIVE, search recursively."
            (delete-region ,(point-min-marker)
                           ,(point-max-marker))))))))
 
+(defvar shr-map)
+
 (defun mm-convert-shr-links ()
   (let ((start (point-min))
        end)