# HG changeset patch # User Stefan Monnier # Date 998518806 0 # Node ID f56c0eb18cacfc2215aad72afd57914d4c176bd2 # Parent 7c9e19f2d5368804f980b02da495d82df4c3a648 (adaptive-fill-regexp): Admit tabs as well. diff -r 7c9e19f2d536 -r f56c0eb18cac lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Wed Aug 22 18:30:36 2001 +0000 +++ b/lisp/textmodes/fill.el Wed Aug 22 22:20:06 2001 +0000 @@ -92,7 +92,7 @@ :group 'fill) (defcustom adaptive-fill-regexp - (purecopy "[ \t]*\\([-|#;>*]+ *\\|(?[0-9]+[.)] *\\)*") + (purecopy "[ \t]*\\([-|#;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*") "*Regexp to match text at start of line that constitutes indentation. If Adaptive Fill mode is enabled, a prefix matching this pattern on the first and second lines of a paragraph is used as the