mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
gnus-html.el: Delete the IMG_ALT region.
This commit is contained in:
parent
765abcce0a
commit
fe01e1a3a0
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
|
* gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
|
||||||
|
|
||||||
2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
Fix up some byte-compiler warnings.
|
Fix up some byte-compiler warnings.
|
||||||
|
|
|
||||||
|
|
@ -150,6 +150,10 @@
|
||||||
(gnus-overlay-put overlay 'gnus-button-url url)
|
(gnus-overlay-put overlay 'gnus-button-url url)
|
||||||
(when gnus-article-mouse-face
|
(when gnus-article-mouse-face
|
||||||
(gnus-overlay-put overlay 'mouse-face gnus-article-mouse-face)))))
|
(gnus-overlay-put overlay 'mouse-face gnus-article-mouse-face)))))
|
||||||
|
;; The upper-case IMG_ALT is apparently just an artifact that
|
||||||
|
;; should be deleted.
|
||||||
|
((equal tag "IMG_ALT")
|
||||||
|
(delete-region start end))
|
||||||
;; Whatever. Just ignore the tag.
|
;; Whatever. Just ignore the tag.
|
||||||
(t
|
(t
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue