From 14721afcd6ed26ccd35264b0e99b3e8da7837f2e Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 31 Aug 2010 01:15:32 +0000 Subject: [PATCH] gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen . --- lisp/gnus/gnus-html.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2