changeset 18283:3909cd22d5e5

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Jun 1997 21:47:30 +0000
parents 363bd42657e1
children 21a40db838e2
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Tue Jun 17 21:46:40 1997 +0000
+++ b/lisp/textmodes/fill.el	Tue Jun 17 21:47:30 1997 +0000
@@ -236,7 +236,7 @@
 	      ;; 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)