emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 18896f7: * lisp/net/shr.el (shr-fill-text): Actuall


From: Glenn Morris
Subject: [Emacs-diffs] master 18896f7: * lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)
Date: Thu, 22 Jun 2017 14:11:45 -0400 (EDT)

branch: master
commit 18896f79136bb7d6d4c0c6b1d066b4e82644db6a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/net/shr.el (shr-fill-text): Actually fill the text.  (Bug#27399)
---
 lisp/net/shr.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 2a6b396..45ef379 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]