diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/shr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index db609286c11..8641c196236 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el | |||
| @@ -217,7 +217,8 @@ redirects somewhere else." | |||
| 217 | (unless shr-start | 217 | (unless shr-start |
| 218 | (setq shr-start (point))) | 218 | (setq shr-start (point))) |
| 219 | ;; No space is needed behind a wide character categorized as | 219 | ;; No space is needed behind a wide character categorized as |
| 220 | ;; kinsoku-bol, or between characters both categorized as nospace. | 220 | ;; kinsoku-bol, between characters both categorized as nospace, |
| 221 | ;; or at the beginning of a line. | ||
| 221 | (let (prev) | 222 | (let (prev) |
| 222 | (when (and (eq (preceding-char) ? ) | 223 | (when (and (eq (preceding-char) ? ) |
| 223 | (or (= (line-beginning-position) (1- (point))) | 224 | (or (= (line-beginning-position) (1- (point))) |