From: Lars Magne Ingebrigtsen Date: Wed, 20 Jul 2011 22:48:00 +0000 (+0000) Subject: shr.el (shr-tag-comment): Ignore HTML comments. X-Git-Tag: emacs-pretest-24.0.90~104^2~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb1b0ef6f0c87dadc61a39eac9ea6824b1e2372f;p=emacs.git shr.el (shr-tag-comment): Ignore HTML comments. --- 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)