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
55385ebc
Commit
55385ebc
authored
May 16, 2011
by
Julien Danjou
Committed by
Katsumi Yamaoka
May 16, 2011
Browse files
shr.el (shr-tag-del): Add support for del tag.
parent
1aba75c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/shr.el
lisp/gnus/shr.el
+3
-0
No files found.
lisp/gnus/ChangeLog
View file @
55385ebc
2011-05-16 Julien Danjou <julien@danjou.info>
* shr.el (shr-tag-del): Add support for del tag.
2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-html.el (gnus-html-put-image): Register a displayer.
...
...
lisp/gnus/shr.el
View file @
55385ebc
...
...
@@ -780,6 +780,9 @@ ones, in case fg and bg are nil."
(
defun
shr-tag-s
(
cont
)
(
shr-fontize-cont
cont
'shr-strike-through
))
(
defun
shr-tag-del
(
cont
)
(
shr-fontize-cont
cont
'shr-strike-through
))
(
defun
shr-tag-b
(
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