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:
parent
0c32d78212
commit
14721afcd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user