]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-tag-div): Added.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 26 Oct 2010 22:08:30 +0000 (22:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 26 Oct 2010 22:08:30 +0000 (22:08 +0000)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 5d4abe96fbbbfc10a8bc1e6685119bd72dfd9523..b34a8e6bd9449947e84a60feec963fb44ad89541 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * shr.el (shr-tag-div): Added.
+
 2010-10-25  Julien Danjou  <julien@danjou.info>
 
        * gnus-util.el: Remove `gnus-with-local-quit'.
index 36e93338cb1b3f7cc575ef7b2cfb33a4c80bbe7c..852f6cc826c83a2a533bad72d3f817e8a2a29f8e 100644 (file)
@@ -444,6 +444,12 @@ Return a string with image data."
   (shr-generic cont)
   (shr-ensure-paragraph))
 
+(defun shr-tag-div (cont)
+  (shr-ensure-newline)
+  (shr-indent)
+  (shr-generic cont)
+  (shr-ensure-newline))
+
 (defun shr-tag-b (cont)
   (shr-fontize-cont cont 'bold))