diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 12:57:07 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 12:57:07 +1100 |
commit | 318f76a5792551b7ff19d80a00fade162a92c9d2 (patch) | |
tree | 07628cfe9af76c3360c662ec2c3ad3d917a7deb2 /lisp/gnus/mm-decode.el | |
parent | 211cdd3ff29e345c4986d9f8c9f04a90a3446742 (diff) | |
download | emacs-318f76a5792551b7ff19d80a00fade162a92c9d2.tar.gz emacs-318f76a5792551b7ff19d80a00fade162a92c9d2.tar.bz2 emacs-318f76a5792551b7ff19d80a00fade162a92c9d2.zip |
* lisp/gnus/mm-decode.el (shr-image-map): Compilation fix.
Diffstat (limited to 'lisp/gnus/mm-decode.el')
-rw-r--r-- | lisp/gnus/mm-decode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 598ae948d99..06159bcdd93 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -1893,6 +1893,7 @@ If RECURSIVE, search recursively." ,(point-max-marker)))))))) (defvar shr-map) +(defvar shr-image-map) (autoload 'widget-convert-button "wid-edit") |