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:
parent
9abd053219
commit
fb1b0ef6f0
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue