diff options
| author | Lars Ingebrigtsen | 2016-02-10 12:57:07 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-10 12:57:07 +1100 |
| commit | 318f76a5792551b7ff19d80a00fade162a92c9d2 (patch) | |
| tree | 07628cfe9af76c3360c662ec2c3ad3d917a7deb2 | |
| parent | 211cdd3ff29e345c4986d9f8c9f04a90a3446742 (diff) | |
| download | emacs-318f76a5792551b7ff19d80a00fade162a92c9d2.tar.gz emacs-318f76a5792551b7ff19d80a00fade162a92c9d2.zip | |
* lisp/gnus/mm-decode.el (shr-image-map): Compilation fix.
| -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." | |||
| 1893 | ,(point-max-marker)))))))) | 1893 | ,(point-max-marker)))))))) |
| 1894 | 1894 | ||
| 1895 | (defvar shr-map) | 1895 | (defvar shr-map) |
| 1896 | (defvar shr-image-map) | ||
| 1896 | 1897 | ||
| 1897 | (autoload 'widget-convert-button "wid-edit") | 1898 | (autoload 'widget-convert-button "wid-edit") |
| 1898 | 1899 | ||