emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101987: shr.el (shr-insert): Comment


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101987: shr.el (shr-insert): Comment fix.
Date: Mon, 18 Oct 2010 05:45:06 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101987
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Mon 2010-10-18 05:45:06 +0000
message:
  shr.el (shr-insert): Comment fix.
modified:
  lisp/gnus/shr.el
=== modified file 'lisp/gnus/shr.el'
--- a/lisp/gnus/shr.el  2010-10-18 05:21:26 +0000
+++ b/lisp/gnus/shr.el  2010-10-18 05:45:06 +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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]