diff options
Diffstat (limited to 'lisp/gnus/shr.el')
| -rw-r--r-- | lisp/gnus/shr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index 4a778b892de..2b53fee6f06 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -220,7 +220,7 @@ fit these criteria." (let (column) (dolist (elem (split-string text)) (setq column (current-column)) - (when (plusp column) + (when (> column 0) (if (> (+ column (length elem) 1) shr-width) (insert "\n") (insert " "))) |
