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
7bafe9bc
Commit
7bafe9bc
authored
Dec 09, 2010
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Dec 09, 2010
Browse files
shr.el (shr-tag-label): Add <label> support.
parent
f68ab99b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+1
-0
lisp/gnus/shr.el
lisp/gnus/shr.el
+4
-0
No files found.
lisp/gnus/ChangeLog
View file @
7bafe9bc
2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el (shr-tag-script): Ignore <script>.
(shr-tag-label): Add <label> support.
2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
...
...
lisp/gnus/shr.el
View file @
7bafe9bc
...
...
@@ -644,6 +644,10 @@ ones, in case fg and bg are nil."
(defun shr-tag-script (cont)
)
(defun shr-tag-label (cont)
(shr-generic cont)
(shr-ensure-paragraph))
(defun shr-tag-p (cont)
(shr-ensure-paragraph)
(shr-indent)
...
...
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