# HG changeset patch # User Richard M. Stallman # Date 866665581 0 # Node ID a685286cc17fc446a9177c3647f4b218ff7b7941 # Parent e3a032578eb3307fa002993fbc9f93f8c943d428 (fill-context-prefix): Fix previous change. diff -r e3a032578eb3 -r a685286cc17f lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Wed Jun 18 20:21:20 1997 +0000 +++ b/lisp/textmodes/fill.el Wed Jun 18 20:26:21 1997 +0000 @@ -209,7 +209,7 @@ (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)