Avoid an infloop in shr filling when not using fonts
commita5f2403cc2d1fb81fa64d2e3650d3a59d47a5637
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Apr 2018 13:17:15 +0000 (15 15:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Apr 2018 13:17:15 +0000 (15 15:17 +0200)
tree3cbae7bcea7f7a9fda18e43e8c09eb627f50f108
parentef599f6cac04ddfe09bf1e63f57c4b9fd5f63ce5
Avoid an infloop in shr filling when not using fonts

* lisp/net/shr.el (shr-fill-line): If we have an indentation
that's wider than the width of what we're trying to fill, just
give up.  This avoids an infloop when `shr-use-fonts' in nil.
lisp/net/shr.el