* shr.el (require): Require cl when compiling.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 7 Oct 2010 20:49:27 +0000 (22:49 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 7 Oct 2010 20:49:27 +0000 (22:49 +0200)
lisp/ChangeLog
lisp/shr.el

index 535bccb..0762eb2 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr.el (require): Require cl when compiling.
+
        * nnimap.el (nnimap-update-info): Remove double setting of high.
        (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
        makes nnimap work properly on Courier again.
index 4d62ba3..e5b997e 100644 (file)
@@ -30,6 +30,7 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
 (require 'browse-url)
 
 (defgroup shr nil