]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-tag-script): Ignore <script>.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 9 Dec 2010 10:43:50 +0000 (10:43 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 9 Dec 2010 10:43:50 +0000 (10:43 +0000)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 41a394e46cdea5f4cc86ea606c76699cea9e1f24..ef4be762105623207437441bb0cf9da725cff645 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-tag-script): Ignore <script>.
+
 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * shr.el (shr-image-displayer): Work for images lined side by side.
index 41c771e38a23a72de00e5c4b118eaf9b529e7138..2dc85281ed473f99a00a668996df656af4f5b5e2 100644 (file)
@@ -641,6 +641,9 @@ ones, in case fg and bg are nil."
 (defun shr-tag-style (cont)
   )
 
+(defun shr-tag-script (cont)
+  )
+
 (defun shr-tag-p (cont)
   (shr-ensure-paragraph)
   (shr-indent)