From: Glenn Morris Date: Thu, 22 Jun 2017 18:11:29 +0000 (-0400) Subject: * lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399) X-Git-Tag: emacs-26.0.90~521^2~11^2~53^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18896f79136bb7d6d4c0c6b1d066b4e82644db6a;p=emacs.git * lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399) --- diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 2a6b3960c46..45ef379af54 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -512,6 +512,7 @@ size, and full-buffer size." (* (frame-char-width) 2) 0)))) (shr-insert text) + (shr-fill-lines (point-min) (point-max)) (buffer-string))))) (define-inline shr-char-breakable-p (char)