From: Katsumi Yamaoka Date: Tue, 31 Aug 2010 01:15:32 +0000 (+0000) Subject: gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen . X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14721afcd6ed26ccd35264b0e99b3e8da7837f2e;p=emacs.git gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen . --- 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