* shr.el (shr-tag-comment): Ignore HTML comments.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 20 Jul 2011 20:15:10 +0000 (22:15 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 20 Jul 2011 20:15:10 +0000 (22:15 +0200)
lisp/ChangeLog
lisp/shr.el

index 6d11b1b..d36a04a 100644 (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
index f8a8557..8faa507 100644 (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)