]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Jun 1997 21:47:30 +0000 (21:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Jun 1997 21:47:30 +0000 (21:47 +0000)
lisp/textmodes/fill.el

index a769bd33616edc43ac4c382805c21d1f8b6dcefe..941824830662690d77e840145beca6dbd5d33d05 100644 (file)
@@ -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)