From 9541488653909e9e161ae213195fb0a3439242e1 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 23 Oct 2010 22:59:54 +0200 Subject: [PATCH] Add --- lisp/ChangeLog | 4 ++++ lisp/shr.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59d6ac9ba..49d1e396a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-10-23 Lars Magne Ingebrigtsen + + * shr.el (shr-tag-strong): Added. + 2010-10-22 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-completing-read): Remove all newlines from diff --git a/lisp/shr.el b/lisp/shr.el index 6646cecb2..1eb629e48 100644 --- a/lisp/shr.el +++ b/lisp/shr.el @@ -441,6 +441,9 @@ Return a string with image data." (defun shr-tag-em (cont) (shr-fontize-cont cont 'bold)) +(defun shr-tag-strong (cont) + (shr-fontize-cont cont 'bold)) + (defun shr-tag-u (cont) (shr-fontize-cont cont 'underline)) -- 2.11.4.GIT