# HG changeset patch # User Richard M. Stallman # Date 795076308 0 # Node ID f4693d66f90c92a11b35af74d3bfdb8c59d12dd8 # Parent d8acd5b8cf63deb61550a83b97e898336cb2f664 (adaptive-fill-regexp): Skip # or ;. Allow more than one of them (or *'s or >'s). diff -r d8acd5b8cf63 -r f4693d66f90c lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Mon Mar 13 06:26:39 1995 +0000 +++ b/lisp/textmodes/fill.el Mon Mar 13 06:31:48 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