From 79c95ea4f5f5227719f2c9474f9327e70bee8fa4 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 4 Oct 2010 01:52:32 +0200 Subject: [PATCH] (shr-tag-s): Fix face prop name. --- lisp/ChangeLog | 1 + lisp/shr.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e3b3f472..3f04142f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/shr.el b/lisp/shr.el index e10c8d63a..faeb16a7c 100644 --- a/lisp/shr.el +++ b/lisp/shr.el @@ -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) -- 2.25.1