diff options
| author | Glenn Morris | 2017-06-22 14:11:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-06-22 14:11:29 -0400 |
| commit | 18896f79136bb7d6d4c0c6b1d066b4e82644db6a (patch) | |
| tree | a8743d825079d615e98b0b132502565085d806d2 | |
| parent | 21132e2623dddd19be421ba326434e3cffb1019b (diff) | |
| download | emacs-18896f79136bb7d6d4c0c6b1d066b4e82644db6a.tar.gz emacs-18896f79136bb7d6d4c0c6b1d066b4e82644db6a.zip | |
* lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)
| -rw-r--r-- | lisp/net/shr.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 512 | (* (frame-char-width) 2) | 512 | (* (frame-char-width) 2) |
| 513 | 0)))) | 513 | 0)))) |
| 514 | (shr-insert text) | 514 | (shr-insert text) |
| 515 | (shr-fill-lines (point-min) (point-max)) | ||
| 515 | (buffer-string))))) | 516 | (buffer-string))))) |
| 516 | 517 | ||
| 517 | (define-inline shr-char-breakable-p (char) | 518 | (define-inline shr-char-breakable-p (char) |