* shr.el (shr-color->hexadecimal): Autoload.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 23 Nov 2010 01:25:33 +0000 (02:25 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 23 Nov 2010 01:25:33 +0000 (02:25 +0100)
lisp/ChangeLog
lisp/shr.el

index ac40c7e..563c60e 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-color->hexadecimal): Autoload.
+
 2010-11-22  Julien Danjou  <julien@danjou.info>
 
        * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
index 60fa127..527c56c 100644 (file)
@@ -518,6 +518,7 @@ START, and END."
   (shr-fontize-cont cont 'strike-through))
 
 (autoload 'shr-color-visible "shr-color")
+(autoload 'shr-color->hexadecimal "shr-color")
 (defun shr-tag-color-check (fg &optional bg)
   "Check that FG is visible on BG."
   (shr-color-visible (or (shr-color->hexadecimal bg)