# HG changeset patch # User Richard M. Stallman # Date 795075999 0 # Node ID d8acd5b8cf63deb61550a83b97e898336cb2f664 # Parent 1c47aad4c1c7816cad922db31766fe59306fe4d1 (adaptive-fill-regexp): Skip #'s and ;'s. diff -r 1c47aad4c1c7 -r d8acd5b8cf63 lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Mon Mar 13 05:29:11 1995 +0000 +++ b/lisp/textmodes/fill.el Mon Mar 13 06:26:39 1995 +0000 @@ -57,7 +57,7 @@ (defconst adaptive-fill-mode t "*Non-nil means determine a paragraph's fill prefix from its text.") -(defconst adaptive-fill-regexp "[ \t]*\\([>*] +\\)?" +(defconst adaptive-fill-regexp "[ \t]*\\([#;>*] +\\)?" "*Regexp to match text at start of line that constitutes indentation. If Adaptive Fill mode is enabled, whatever text matches this pattern on the second line of a paragraph is used as the standard indentation