From b41c2f6580dd2b02e7f062bcc5d9707f86a13586 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 18 Oct 2010 05:45:06 +0000 Subject: [PATCH] shr.el (shr-insert): Comment fix. --- lisp/gnus/shr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." (unless shr-start (setq shr-start (point))) ;; No space is needed behind a wide character categorized as - ;; kinsoku-bol, or between characters both categorized as nospace. + ;; kinsoku-bol, between characters both categorized as nospace, + ;; or at the beginning of a line. (let (prev) (when (and (eq (preceding-char) ? ) (or (= (line-beginning-position) (1- (point))) -- 2.39.5