[gnus git] branch master updated: n0-17-200-g22a06f8 =1= * shr.el (shr-tag-comment): Ignore HTML comments.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 22a06f8aa44da45edff3c6330abed1b63564a88c (commit)
from 72b03f92bf33dbb38241e7c6092fb3d561601675 (commit)
- Log -----------------------------------------------------------------
commit 22a06f8aa44da45edff3c6330abed1b63564a88c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Wed Jul 20 22:15:10 2011 +0200
* shr.el (shr-tag-comment): Ignore HTML comments.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6d11b1b..d36a04a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-20 Lars Magne Ingebrigtsen <[email protected]>
+
+ * shr.el (shr-tag-comment): Ignore HTML comments.
+
2011-07-20 Andrew Cohen <[email protected]>
* nnir.el (gnus-group-make-nnir-group): Allow optional search query
diff --git a/lisp/shr.el b/lisp/shr.el
index f8a8557..8faa507 100644
--- a/lisp/shr.el
+++ b/lisp/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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/shr.el | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project