aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/shr.el1
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)