diff options
Diffstat (limited to 'lisp')
-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 @@ ;;; Code: +(require 'mm-url) + (defcustom gnus-html-cache-directory (nnheader-concat gnus-directory "html-cache/") "Where Gnus will cache images it downloads from the web." :group 'gnus-art |