1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

shr.el (shr-tag-comment): Ignore HTML comments.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-20 22:48:00 +00:00 committed by Katsumi Yamaoka
parent 9abd053219
commit fb1b0ef6f0
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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)