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

index fc38cfa..9e3b3f4 100644 (file)
@@ -8,6 +8,7 @@
        (shr-ensure-paragraph): Don't insert double line feeds after blank
        lines.
        (shr-insert): \t is also space.
+       (shr-tag-s): Fix "s" tag name function.
 
 2010-10-03  Julien Danjou  <julien@danjou.info>
 
index c065b60..e10c8d6 100644 (file)
@@ -114,7 +114,7 @@ fit these criteria."
 (defun shr-tag-u (cont)
   (shr-fontize-cont cont 'underline))
 
-(defun shr-s (cont)
+(defun shr-tag-s (cont)
   (shr-fontize-cont cont 'strikethru))
 
 (defun shr-fontize-cont (cont &rest types)