aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-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 81a597c2703..4b67bafc5cd 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -461,6 +461,7 @@ size, and full-buffer size."
461 (setq shr-state nil) 461 (setq shr-state nil)
462 (let (found) 462 (let (found)
463 (while (and (> (current-column) shr-width) 463 (while (and (> (current-column) shr-width)
464 (> shr-width 0)
464 (progn 465 (progn
465 (setq found (shr-find-fill-point)) 466 (setq found (shr-find-fill-point))
466 (not (eolp)))) 467 (not (eolp))))