diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/shr.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 4adb4a6099c..60794158024 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el | |||
| @@ -1617,7 +1617,9 @@ The preference is a float determined from `shr-prefer-media-type'." | |||
| 1617 | (put-text-property start (1+ start) | 1617 | (put-text-property start (1+ start) |
| 1618 | 'shr-continuation-indentation shr-indentation) | 1618 | 'shr-continuation-indentation shr-indentation) |
| 1619 | (put-text-property start (1+ start) 'shr-prefix-length (length bullet)) | 1619 | (put-text-property start (1+ start) 'shr-prefix-length (length bullet)) |
| 1620 | (shr-generic dom))))) | 1620 | (shr-generic dom)))) |
| 1621 | (unless (bolp) | ||
| 1622 | (insert "\n"))) | ||
| 1621 | 1623 | ||
| 1622 | (defun shr-mark-fill (start) | 1624 | (defun shr-mark-fill (start) |
| 1623 | ;; We may not have inserted any text to fill. | 1625 | ;; We may not have inserted any text to fill. |