(shr-tag-s): Fix face prop name.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 23:52:32 +0000 (01:52 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 23:52:32 +0000 (01:52 +0200)
lisp/ChangeLog
lisp/shr.el

index 9e3b3f4..3f04142 100644 (file)
@@ -9,6 +9,7 @@
        lines.
        (shr-insert): \t is also space.
        (shr-tag-s): Fix "s" tag name function.
+       (shr-tag-s): Fix face prop name.
 
 2010-10-03  Julien Danjou  <julien@danjou.info>
 
index e10c8d6..faeb16a 100644 (file)
@@ -115,7 +115,7 @@ fit these criteria."
   (shr-fontize-cont cont 'underline))
 
 (defun shr-tag-s (cont)
-  (shr-fontize-cont cont 'strikethru))
+  (shr-fontize-cont cont 'strike-through))
 
 (defun shr-fontize-cont (cont &rest types)
   (let (shr-start)