# HG changeset patch # User Katsumi Yamaoka # Date 1287380706 0 # Node ID d263303441df3c271dfb06022d3e96b45253b7fd # Parent 7aa9d9b402c8b64f9585cd23493b5c467c79542a shr.el (shr-insert): Comment fix. diff -r 7aa9d9b402c8 -r d263303441df lisp/gnus/shr.el --- a/lisp/gnus/shr.el Mon Oct 18 05:21:26 2010 +0000 +++ b/lisp/gnus/shr.el Mon Oct 18 05:45:06 2010 +0000 @@ -217,7 +217,8 @@ (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)))