emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101269: gnus-html.el: Delete the IMG


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101269: gnus-html.el: Delete the IMG_ALT region.
Date: Wed, 01 Sep 2010 23:40:39 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101269
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2010-09-01 23:40:39 +0000
message:
  gnus-html.el: Delete the IMG_ALT region.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-html.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-01 15:42:37 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-01 23:40:39 +0000
@@ -1,3 +1,7 @@
+2010-09-01  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
+
 2010-09-01  Stefan Monnier  <address@hidden>
 
        Fix up some byte-compiler warnings.

=== modified file 'lisp/gnus/gnus-html.el'
--- a/lisp/gnus/gnus-html.el    2010-09-01 06:04:49 +0000
+++ b/lisp/gnus/gnus-html.el    2010-09-01 23:40:39 +0000
@@ -150,6 +150,10 @@
            (gnus-overlay-put overlay 'gnus-button-url url)
            (when 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.
        (t
        ))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]