1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

shr.el (shr-insert): Comment fix.

This commit is contained in:
Katsumi Yamaoka 2010-10-18 05:45:06 +00:00
parent 73db8b08c9
commit b41c2f6580

View File

@ -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)))