Synch to No Gnus 200509210105.
authoryamaoka <yamaoka>
Wed, 21 Sep 2005 01:05:31 +0000 (01:05 +0000)
committeryamaoka <yamaoka>
Wed, 21 Sep 2005 01:05:31 +0000 (01:05 +0000)
lisp/ChangeLog
lisp/mm-view.el

index e749d3e..888e2fd 100644 (file)
@@ -1,5 +1,9 @@
 2005-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Revert.
+
+2005-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
        * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
        w3m-treat-image-size to avoid inserting excessive newlines.
 
index 2983a1a..8bf0c66 100644 (file)
            (delete-region (point-min) (point-max))
            (insert (mm-decode-string text charset))))
        (let ((w3m-safe-url-regexp mm-w3m-safe-url-regexp)
-             w3m-force-redisplay
-             ;; Avoid inserting excessive newlines.
-             w3m-treat-image-size)
+             w3m-force-redisplay)
          (w3m-region (point-min) (point-max) nil charset))
        (when (and mm-inline-text-html-with-w3m-keymap
                   (boundp 'w3m-minor-mode-map)