diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-31 01:15:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-31 01:15:32 +0000 |
commit | 14721afcd6ed26ccd35264b0e99b3e8da7837f2e (patch) | |
tree | 6917c000943e684680140e95f01e8035c8b4d0a7 | |
parent | 0c32d7821250d2543ca16ba96b4b15ea30bb381c (diff) | |
download | emacs-14721afcd6ed26ccd35264b0e99b3e8da7837f2e.tar.gz emacs-14721afcd6ed26ccd35264b0e99b3e8da7837f2e.tar.bz2 emacs-14721afcd6ed26ccd35264b0e99b3e8da7837f2e.zip |
gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
-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 |