]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward-paragraph): Fix editing error
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Apr 1997 19:20:00 +0000 (19:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Apr 1997 19:20:00 +0000 (19:20 +0000)
in the updating of paragraph-separate.

lisp/textmodes/paragraphs.el

index cb876d55031982108c970526c40d44c1ce639ba4..6a22338ef7de5a61a156ca2f421d9496495c5165 100644 (file)
@@ -156,9 +156,9 @@ to which the end of the previous line belongs, or the end of the buffer."
                                   (equal ?^ (aref paragraph-start 0)))
                              (substring paragraph-start 1)
                            paragraph-start))
-        (paragraph-separate (if (and (not (equal "" paragraph-start))
+        (paragraph-separate (if (and (not (equal "" paragraph-separate))
                                      (equal ?^ (aref paragraph-separate 0)))
-                             (substring paragraph-separate 1)
+                                (substring paragraph-separate 1)
                            paragraph-separate))
         (paragraph-separate
          (if fill-prefix-regexp