Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] shr: render <em> as italic, not bold
@ 2012-12-23 12:25 Andreas Schwab
  2012-12-23 12:47 ` Ted Zlatanov
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2012-12-23 12:25 UTC (permalink / raw)
  To: ding

	* shr.el (shr-tag-em): Render as italic, not bold.
---
 lisp/shr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/shr.el b/lisp/shr.el
index 0370455..322c1d5 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -894,7 +894,7 @@ ones, in case fg and bg are nil."
   (shr-fontize-cont cont 'italic))
 
 (defun shr-tag-em (cont)
-  (shr-fontize-cont cont 'bold))
+  (shr-fontize-cont cont 'italic))
 
 (defun shr-tag-strong (cont)
   (shr-fontize-cont cont 'bold))
-- 
1.8.0.2


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-23 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-23 12:25 [PATCH] shr: render <em> as italic, not bold Andreas Schwab
2012-12-23 12:47 ` Ted Zlatanov
2012-12-23 13:08   ` Andreas Schwab
2012-12-23 13:50     ` Ted Zlatanov
2012-12-23 14:20       ` Andreas Schwab
2012-12-23 15:39         ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).