* lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)
This commit is contained in:
parent
21132e2623
commit
18896f7913
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue