From: Katsumi Yamaoka Date: Mon, 18 Oct 2010 05:45:06 +0000 (+0000) Subject: shr.el (shr-insert): Comment fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b41c2f6580dd2b02e7f062bcc5d9707f86a13586;p=emacs.git shr.el (shr-insert): Comment fix. --- 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)))