* lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)

This commit is contained in:
Glenn Morris 2017-06-22 14:11:29 -04:00
parent 21132e2623
commit 18896f7913

View file

@ -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)