(fill-region-as-paragraph): Do allow breaking line at a period
followed by two spaces, in the case where we are insisting on having at least one complete word.
This commit is contained in:
@@ -179,7 +179,8 @@ From program, pass args FROM, TO and JUSTIFY-FLAG."
|
||||
(or first
|
||||
(and (not (bobp))
|
||||
(save-excursion (forward-char -1)
|
||||
(looking-at "\\. ")))))
|
||||
(looking-at "\\. ")
|
||||
(not (looking-at "\\. "))))))
|
||||
(skip-chars-forward " ")
|
||||
(skip-chars-forward "^ \n")
|
||||
(setq first nil)))
|
||||
|
||||
Reference in New Issue
Block a user