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
fb1b0ef6
Commit
fb1b0ef6
authored
Jul 20, 2011
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Jul 20, 2011
Browse files
shr.el (shr-tag-comment): Ignore HTML comments.
parent
9abd0532
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 @
fb1b0ef6
2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el (shr-tag-comment): Ignore HTML comments.
2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
* nnir.el (gnus-group-make-nnir-group): Allow optional search query
...
...
lisp/gnus/shr.el
View file @
fb1b0ef6
...
...
@@ -761,6 +761,9 @@ ones, in case fg and bg are nil."
(defun shr-tag-script (cont)
)
(defun shr-tag-comment (cont)
)
(defun shr-tag-sup (cont)
(let ((start (point)))
(shr-generic cont)
...
...
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