1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/gnus/mm-decode.el (shr-image-map): Compilation fix.

This commit is contained in:
Lars Ingebrigtsen 2016-02-10 12:57:07 +11:00
parent 211cdd3ff2
commit 318f76a579

View file

@ -1893,6 +1893,7 @@ If RECURSIVE, search recursively."
,(point-max-marker))))))))
(defvar shr-map)
(defvar shr-image-map)
(autoload 'widget-convert-button "wid-edit")