lisp/gnus/shr.el (shr-tag-em): Render em as italic, not bold
This commit is contained in:
parent
40ff07a5a0
commit
087d8265e4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-12-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* shr.el (shr-tag-em): Render em as italic, not bold.
|
||||
|
||||
2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-int.el (gnus-backend-trace): Factor out into its own function
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue