diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-01 21:08:43 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-01 21:08:43 -0700 |
commit | cb48fe811173b9f88906ecc4ab8a231244a4a7ab (patch) | |
tree | 1bf2c3b67c710f3d334ca7b2236584806f6a34b3 /lisp/gnus/gnus-html.el | |
parent | 7beb9868bd35bdeb5e945a04bc41c2211126602b (diff) | |
download | emacs-cb48fe811173b9f88906ecc4ab8a231244a4a7ab.tar.gz emacs-cb48fe811173b9f88906ecc4ab8a231244a4a7ab.tar.bz2 emacs-cb48fe811173b9f88906ecc4ab8a231244a4a7ab.zip |
* lisp/gnus/gnus-html.el: Reorder requirements to quieten compiler.
Diffstat (limited to 'lisp/gnus/gnus-html.el')
-rw-r--r-- | lisp/gnus/gnus-html.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 8571fdbe911..cf139f2154d 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -29,9 +29,10 @@ ;;; Code: (eval-when-compile (require 'cl)) -(eval-when-compile (require 'mm-decode)) (require 'gnus-art) +(eval-when-compile (require 'mm-decode)) + (require 'mm-url) (require 'url) (require 'url-cache) |