1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>.

This commit is contained in:
Katsumi Yamaoka 2010-08-31 01:15:32 +00:00
parent 0c32d78212
commit 14721afcd6

View File

@ -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