Add <strong>
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 23 Oct 2010 20:59:54 +0000 (22:59 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 23 Oct 2010 20:59:54 +0000 (22:59 +0200)
lisp/ChangeLog
lisp/shr.el

index 59d6ac9..49d1e39 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-tag-strong): Added.
+
 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-group.el (gnus-group-completing-read): Remove all newlines from
 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-group.el (gnus-group-completing-read): Remove all newlines from
index 6646cec..1eb629e 100644 (file)
@@ -441,6 +441,9 @@ Return a string with image data."
 (defun shr-tag-em (cont)
   (shr-fontize-cont cont 'bold))
 
 (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))
 
 (defun shr-tag-u (cont)
   (shr-fontize-cont cont 'underline))