gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 01:15:32 +0000 (01:15 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 01:15:32 +0000 (01:15 +0000)
lisp/gnus/gnus-html.el

index e82fee8..77cc5dc 100644 (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