lisp/gnus/mm-decode.el (shr-map): Silence the byte compiler

This commit is contained in:
Katsumi Yamaoka 2013-06-17 09:36:28 +00:00
parent 7304e4dd67
commit c220cb68b2

View 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)