mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that lines don't get...
[gnus] / lisp / mm-decode.el
index f5b4d7c..3913ecc 100644 (file)
@@ -1814,6 +1814,7 @@ If RECURSIVE, search recursively."
   ;; Require since we bind its variables.
   (require 'shr)
   (let ((article-buffer (current-buffer))
+       (shr-width fill-column)
        (shr-content-function (lambda (id)
                                (let ((handle (mm-get-content-id id)))
                                  (when handle