mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Fix previous change.
This commit is contained in:
parent
b5263b80d3
commit
44a0dbd7cd
@ -236,7 +236,7 @@ act as a paragraph-separator."
|
||||
;; of a paragraph when text follows it.
|
||||
(if (not (eq 0 (string-match paragraph-start
|
||||
(concat result "a"))))
|
||||
result))))))))
|
||||
result)))))))
|
||||
|
||||
(defun fill-region-as-paragraph (from to &optional justify
|
||||
nosqueeze squeeze-after)
|
||||
|
Loading…
Reference in New Issue
Block a user