]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-context-prefix): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 20:26:21 +0000 (20:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 20:26:21 +0000 (20:26 +0000)
lisp/textmodes/fill.el

index 941824830662690d77e840145beca6dbd5d33d05..9aa35449489f356fd4dfdeaf67732d04f3348c2b 100644 (file)
@@ -209,7 +209,7 @@ act as a paragraph-separator."
       (if at-second
          ;; If we get a fill prefix from the second line,
          ;; make sure it or something compatible is on the first line too.
-         (and second-line-prefix
+         (and second-line-prefix first-line-prefix
               (if (or (string-match (regexp-quote second-line-prefix)
                                     first-line-prefix)
                       (and (string-match "[ \t]" second-line-prefix)