Mercurial > emacs
changeset 18319:a685286cc17f
(fill-context-prefix): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Jun 1997 20:26:21 +0000 |
parents | e3a032578eb3 |
children | bb83860447d0 |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)