Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
087d8265
Commit
087d8265
authored
Dec 24, 2012
by
Andreas Schwab
Committed by
Katsumi Yamaoka
Dec 24, 2012
Browse files
lisp/gnus/shr.el (shr-tag-em): Render em as italic, not bold
parent
40ff07a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/shr.el
lisp/gnus/shr.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
087d8265
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
...
...
lisp/gnus/shr.el
View file @
087d8265
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment