diff options
| -rw-r--r-- | lisp/gnus/gnus-html.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index e82fee839d0..77cc5dc18d8 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | (require 'mm-url) | ||
| 32 | |||
| 31 | (defcustom gnus-html-cache-directory (nnheader-concat gnus-directory "html-cache/") | 33 | (defcustom gnus-html-cache-directory (nnheader-concat gnus-directory "html-cache/") |
| 32 | "Where Gnus will cache images it downloads from the web." | 34 | "Where Gnus will cache images it downloads from the web." |
| 33 | :group 'gnus-art | 35 | :group 'gnus-art |