From 44a0dbd7cdc8e446b366c58117b403d1a502fece Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 17 Jun 1997 21:47:30 +0000 Subject: [PATCH] Fix previous change. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index a769bd33616..94182483066 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -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) -- 2.39.5