From fb1b0ef6f0c87dadc61a39eac9ea6824b1e2372f Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 20 Jul 2011 22:48:00 +0000 Subject: [PATCH] shr.el (shr-tag-comment): Ignore HTML comments. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/shr.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a1cb003a8ff..a8065fc5ca4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2011-07-20 Lars Magne Ingebrigtsen + + * shr.el (shr-tag-comment): Ignore HTML comments. + 2011-07-20 Andrew Cohen * nnir.el (gnus-group-make-nnir-group): Allow optional search query diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index f8a85579b4f..8faa5071616 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -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) -- 2.39.5